Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dcacheline.h14 static inline u64 cl_address(u64 address, bool double_cl) in cl_address() function
Dsort.c1602 l = cl_address(mem_info__daddr(left->mem_info)->al_addr, chk_double_cl); in sort__dcacheline_cmp()
1603 r = cl_address(mem_info__daddr(right->mem_info)->al_addr, chk_double_cl); in sort__dcacheline_cmp()
1623 addr = cl_address(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in hist_entry__dcacheline_snprintf()
/linux-6.12.1/tools/perf/
Dbuiltin-c2c.c515 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in dcacheline_entry()
2578 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in perf_c2c_cacheline_browser__title()