Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c143 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
144 if (!c2c_he) in c2c_he_zalloc()
148 if (!c2c_he->cpuset) in c2c_he_zalloc()
152 if (!c2c_he->nodeset) in c2c_he_zalloc()
165 return &c2c_he->he; in c2c_he_zalloc()
170 free(c2c_he); in c2c_he_zalloc()
179 if (c2c_he->hists) { in c2c_he_free()
188 free(c2c_he); in c2c_he_free()
210 if (c2c_he->hists) in he__get_c2c_hists()
603 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
[all …]