Searched refs:mem_stat_idx (Results 1 – 1 of 1) sorted by relevance
161 int mem_stat_idx = -1; in hpp__fmt_mem_stat() local169 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() local424 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 …]