Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c124 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() local
126 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
127 if (!c2c_he) in c2c_he_zalloc()
130 c2c_he->cpuset = bitmap_alloc(c2c.cpus_cnt); in c2c_he_zalloc()
131 if (!c2c_he->cpuset) in c2c_he_zalloc()
134 c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt); in c2c_he_zalloc()
135 if (!c2c_he->nodeset) in c2c_he_zalloc()
138 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
139 if (!c2c_he->node_stats) in c2c_he_zalloc()
142 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()
[all …]