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

/linux-master/tools/perf/
H A Dbuiltin-c2c.c140 struct c2c_hist_entry *c2c_he; local
142 c2c_he = zalloc(size + sizeof(*c2c_he));
143 if (!c2c_he)
146 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt);
147 if (!c2c_he->cpuset)
150 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt);
151 if (!c2c_he->nodeset)
154 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he
175 struct c2c_hist_entry *c2c_he; local
204 struct c2c_hist_entry *c2c_he; local
225 c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, struct perf_sample *sample) argument
235 c2c_he__set_node(struct c2c_hist_entry *c2c_he, struct perf_sample *sample) argument
257 compute_stats(struct c2c_hist_entry *c2c_he, struct c2c_stats *stats, u64 weight) argument
282 struct c2c_hist_entry *c2c_he; local
541 struct c2c_hist_entry *c2c_he; local
555 struct c2c_hist_entry *c2c_he; local
615 struct c2c_hist_entry *c2c_he; local
723 struct c2c_hist_entry *c2c_he; local
761 struct c2c_hist_entry *c2c_he; local
795 struct c2c_hist_entry *c2c_he; local
809 percent_costly_snoop(struct c2c_hist_entry *c2c_he) argument
857 struct c2c_hist_entry *c2c_he; local
894 struct c2c_hist_entry *c2c_he; local
1193 struct c2c_hist_entry *c2c_he; local
1315 struct c2c_hist_entry *c2c_he; local
1329 struct c2c_hist_entry *c2c_he; local
2108 struct c2c_hist_entry *c2c_he; local
2141 struct c2c_hist_entry *c2c_he; local
2169 set_node_width(struct c2c_hist_entry *c2c_he, int len) argument
2180 set_nodestr(struct c2c_hist_entry *c2c_he) argument
2200 calc_width(struct c2c_hist_entry *c2c_he) argument
2211 struct c2c_hist_entry *c2c_he; local
2228 struct c2c_hist_entry *c2c_he; local
2345 struct c2c_hist_entry *c2c_he; local
2505 struct c2c_hist_entry *c2c_he; local
2623 struct c2c_hist_entry *c2c_he; local
[all...]

Completed in 121 milliseconds