Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsort.c2336 he->mem_type_off = 0; in sort__type_init()
2403 return left->mem_type_off - right->mem_type_off; in sort__typeoff_sort()
2417 he->mem_type_off)) in hist_entry__typeoff_snprintf()
2421 he->mem_type_off, buf); in hist_entry__typeoff_snprintf()
2461 left_cln = left->mem_type_off / TYPE_CACHELINE_SIZE; in sort__typecln_sort()
2462 right_cln = right->mem_type_off / TYPE_CACHELINE_SIZE; in sort__typecln_sort()
2472 he->mem_type_off / TYPE_CACHELINE_SIZE); in hist_entry__typecln_snprintf()
H A Dhist.h249 int mem_type_off; member
H A Dannotate.c2855 &he->mem_type_off); in hist_entry__get_data_type()