Home
last modified time | relevance | path

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

/linux/tools/perf/ui/
H A Dhist.c161 int mem_stat_idx = -1; in hpp__fmt_mem_stat() local
169 mem_stat_idx = i; in hpp__fmt_mem_stat()
173 assert(mem_stat_idx != -1); in hpp__fmt_mem_stat()
176 total += hists->mem_stat_total[mem_stat_idx].entries[i]; in hpp__fmt_mem_stat()
180 u64 val = he->mem_stat[mem_stat_idx].entries[i]; in hpp__fmt_mem_stat()
182 if (hists->mem_stat_total[mem_stat_idx].entries[i] == 0) in hpp__fmt_mem_stat()
420 int mem_stat_idx = -1; in hpp__header_mem_stat_fn() local
424 mem_stat_idx = i; in hpp__header_mem_stat_fn()
428 assert(mem_stat_idx != -1); in hpp__header_mem_stat_fn()
436 if (hists->mem_stat_total[mem_stat_idx].entries[i]) in hpp__header_mem_stat_fn()
[all …]