Searched refs:chk_double_cl (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | sort.h | 30 extern bool chk_double_cl;
|
| H A D | sort.c | 63 bool chk_double_cl; variable 1732 l = cl_address(mem_info__daddr(left->mem_info)->al_addr, chk_double_cl); in sort__dcacheline_cmp() 1733 r = cl_address(mem_info__daddr(right->mem_info)->al_addr, chk_double_cl); in sort__dcacheline_cmp() 1753 addr = cl_address(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in hist_entry__dcacheline_snprintf()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 515 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in dcacheline_entry() 553 addr = cl_offset(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in offset_entry() 565 l = cl_offset(mem_info__daddr(left->mem_info)->addr, chk_double_cl); in offset_cmp() 568 r = cl_offset(mem_info__daddr(right->mem_info)->addr, chk_double_cl); in offset_cmp() 2578 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in perf_c2c_cacheline_browser__title() 2776 nodestr = chk_double_cl ? "Double-CL" : "CL"; in ui_quirks() 2782 buf = fill_line(chk_double_cl ? "Double-Cacheline" : "Cacheline", in ui_quirks() 3026 OPT_BOOLEAN(0, "double-cl", &chk_double_cl, "Detect adjacent cacheline false sharing"), in perf_c2c__report()
|