Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-c2c.c134 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() local
136 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
137 if (!c2c_he) in c2c_he_zalloc()
140 c2c_he->cpuset = bitmap_alloc(c2c.cpus_cnt); in c2c_he_zalloc()
141 if (!c2c_he->cpuset) in c2c_he_zalloc()
144 c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt); in c2c_he_zalloc()
145 if (!c2c_he->nodeset) in c2c_he_zalloc()
148 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
149 if (!c2c_he->node_stats) in c2c_he_zalloc()
152 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()
[all …]