Searched refs:chk_double_cl (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-c2c.c | 517 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in dcacheline_entry() 555 addr = cl_offset(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in offset_entry() 567 l = cl_offset(mem_info__daddr(left->mem_info)->addr, chk_double_cl); in offset_cmp() 570 r = cl_offset(mem_info__daddr(right->mem_info)->addr, chk_double_cl); in offset_cmp() 2587 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in perf_c2c_cacheline_browser__title() 2785 nodestr = chk_double_cl ? "Double-CL" : "CL"; in ui_quirks() 2791 buf = fill_line(chk_double_cl ? "Double-Cacheline" : "Cacheline", in ui_quirks() 3035 OPT_BOOLEAN(0, "double-cl", &chk_double_cl, "Detect adjacent cacheline false sharing"), in perf_c2c__report()
|