Home
last modified time | relevance | path

Searched refs:chk_double_cl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsort.h38 extern bool chk_double_cl;
H A Dsort.c61 bool chk_double_cl; variable
1554 l = cl_address(left->mem_info->daddr.al_addr, chk_double_cl); in sort__dcacheline_cmp()
1555 r = cl_address(right->mem_info->daddr.al_addr, chk_double_cl); in sort__dcacheline_cmp()
1575 addr = cl_address(he->mem_info->daddr.al_addr, chk_double_cl); in hist_entry__dcacheline_snprintf()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c532 addr = cl_address(he->mem_info->daddr.addr, chk_double_cl); in dcacheline_entry()
570 addr = cl_offset(he->mem_info->daddr.al_addr, chk_double_cl); in offset_entry()
582 l = cl_offset(left->mem_info->daddr.addr, chk_double_cl); in offset_cmp()
585 r = cl_offset(right->mem_info->daddr.addr, chk_double_cl); in offset_cmp()
2599 addr = cl_address(he->mem_info->daddr.addr, chk_double_cl); in perf_c2c_cacheline_browser__title()
2797 nodestr = chk_double_cl ? "Double-CL" : "CL"; in ui_quirks()
2803 buf = fill_line(chk_double_cl ? "Double-Cacheline" : "Cacheline", in ui_quirks()
3047 OPT_BOOLEAN(0, "double-cl", &chk_double_cl, "Detect adjacent cacheline false sharing"), in perf_c2c__report()