Searched refs:c2c_hist_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 58 struct c2c_hist_entry { struct 134 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() 161 struct c2c_hist_entry *c2c_he; in c2c_he_free() 163 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free() 190 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists() 194 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists() 211 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu() 221 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node() 243 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats() 264 struct c2c_hist_entry *c2c_h in process_sample_event() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 62 struct c2c_hist_entry { struct 140 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() 175 struct c2c_hist_entry *c2c_he; in c2c_he_free() 177 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free() 204 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists() 208 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists() 225 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu() 235 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node() 257 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats() 282 struct c2c_hist_entry *c2c_h in process_sample_event() [all...] |
Completed in 6 milliseconds