Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c136 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
137 if (!c2c_he) in c2c_he_zalloc()
141 if (!c2c_he->cpuset) 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()
156 return &c2c_he->he; in c2c_he_zalloc()
164 if (c2c_he->hists) { in c2c_he_free()
166 free(c2c_he->hists); in c2c_he_free()
173 free(c2c_he); in c2c_he_free()
195 if (c2c_he->hists) in he__get_c2c_hists()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c136 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
137 if (!c2c_he) in c2c_he_zalloc()
141 if (!c2c_he->cpuset) 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()
156 return &c2c_he->he; in c2c_he_zalloc()
164 if (c2c_he->hists) { in c2c_he_free()
166 free(c2c_he->hists); in c2c_he_free()
173 free(c2c_he); in c2c_he_free()
195 if (c2c_he->hists) in he__get_c2c_hists()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c136 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc()
137 if (!c2c_he) in c2c_he_zalloc()
141 if (!c2c_he->cpuset) 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()
156 return &c2c_he->he; in c2c_he_zalloc()
164 if (c2c_he->hists) { in c2c_he_free()
166 free(c2c_he->hists); in c2c_he_free()
173 free(c2c_he); in c2c_he_free()
195 if (c2c_he->hists) in he__get_c2c_hists()
[all …]