Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2206 he->mem_type_off = 0; in sort__type_init()
2273 return left->mem_type_off - right->mem_type_off; in sort__typeoff_sort()
2312 he->mem_type_off, true); in hist_entry__typeoff_snprintf()
2316 he->mem_type_off, buf); in hist_entry__typeoff_snprintf()
2356 left_cln = left->mem_type_off / TYPE_CACHELINE_SIZE; in sort__typecln_sort()
2357 right_cln = right->mem_type_off / TYPE_CACHELINE_SIZE; in sort__typecln_sort()
2367 he->mem_type_off / TYPE_CACHELINE_SIZE); in hist_entry__typecln_snprintf()
H A Dhist.h234 int mem_type_off; member
H A Dannotate.c2662 he->mem_type_off = 0; in hist_entry__get_data_type()
2701 he->mem_type_off = 0; in hist_entry__get_data_type()
2716 he->mem_type_off = dloc.type_offset; in hist_entry__get_data_type()