perf tools: add support for ARM spe-c2c
hulk inclusion category: feature bugzilla: 18657 CVE: NA ------------------------------------------- This patch use arm-spe record data to compute the potential false sharing. example: $ perf spe-c2c record <command> $ perf spe-c2c report If you only want to calculate false sharing with remote access, add --spe=r to "report". If you want to calculate false sharing between store and store, add --spe=s. If you want to reduce the sampled data, increase the sampling interval, such as adding "-c 10000"(or a larger value) after the record. Signed-off-by: NTan Xiaojun <tanxiaojun@huawei.com> Signed-off-by: NWei Li <liwei391@huawei.com> Reviewed-by: NXuefeng Wang <wxf.wang@hisilicon.com> Reviewed-by: NTan Xiaojun <tanxiaojun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
tools/perf/builtin-spe-c2c.c
0 → 100644
想要评论请 注册 或 登录