Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-c2c.c141 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() local
143 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
144 if (!c2c_he) in c2c_he_zalloc()
147 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt); in c2c_he_zalloc()
148 if (!c2c_he->cpuset) in c2c_he_zalloc()
151 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt); in c2c_he_zalloc()
152 if (!c2c_he->nodeset) in c2c_he_zalloc()
155 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
156 if (!c2c_he->node_stats) in c2c_he_zalloc()
159 init_stats(&c2c_he->cstats.lcl_hitm); in c2c_he_zalloc()
[all …]