Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c142 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
143 if (!c2c_he) in c2c_he_zalloc()
147 if (!c2c_he->cpuset) in c2c_he_zalloc()
151 if (!c2c_he->nodeset) in c2c_he_zalloc()
164 return &c2c_he->he; in c2c_he_zalloc()
169 free(c2c_he); in c2c_he_zalloc()
178 if (c2c_he->hists) { in c2c_he_free()
187 free(c2c_he); in c2c_he_free()
209 if (c2c_he->hists) in he__get_c2c_hists()
620 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
[all …]