Home
last modified time | relevance | path

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

/linux/tools/perf/ui/
H A Dhist.c175 total += hists->mem_stat_total[mem_stat_idx].entries[i]; in hpp__fmt_mem_stat()
181 if (hists->mem_stat_total[mem_stat_idx].entries[i] == 0) in hpp__fmt_mem_stat()
435 if (hists->mem_stat_total[mem_stat_idx].entries[i]) in hpp__header_mem_stat_fn()
461 if (hists->mem_stat_total[mem_stat_idx].entries[i] == 0) in hpp__header_mem_stat_fn()
1263 hists->mem_stat_total = calloc(nr_mem_stats, in perf_hpp__alloc_mem_stats()
1264 sizeof(*hists->mem_stat_total)); in perf_hpp__alloc_mem_stats()
1265 if (hists->mem_stat_total == NULL) in perf_hpp__alloc_mem_stats()
/linux/tools/perf/util/
H A Dhist.h139 struct he_mem_stat *mem_stat_total; member
H A Dhist.c357 hists->mem_stat_total[i].entries[idx] += period; in hists__update_mem_stat()
3058 zfree(&hists->mem_stat_total); in hists_evsel__exit()