Home
last modified time | relevance | path

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

/tools/perf/ui/
A Dhist.c167 if (hists->mem_stat_types[i] == mst) { in hpp__fmt_mem_stat()
422 if (hists->mem_stat_types[i] == mst) { in hpp__header_mem_stat_fn()
1258 hists->mem_stat_types = calloc(nr_mem_stats, in perf_hpp__alloc_mem_stats()
1259 sizeof(*hists->mem_stat_types)); in perf_hpp__alloc_mem_stats()
1260 if (hists->mem_stat_types == NULL) in perf_hpp__alloc_mem_stats()
1268 memcpy(hists->mem_stat_types, mst, nr_mem_stats * sizeof(*mst)); in perf_hpp__alloc_mem_stats()
/tools/perf/util/
A Dhist.h138 enum mem_stat_type *mem_stat_types; member
A Dhist.c352 int idx = mem_stat_index(hists->mem_stat_types[i], in hists__update_mem_stat()
3057 zfree(&hists->mem_stat_types); in hists_evsel__exit()

Completed in 14 milliseconds