Searched refs:c2c_he (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 140 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() local 142 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc() 143 if (!c2c_he) in c2c_he_zalloc() 146 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt); in c2c_he_zalloc() 147 if (!c2c_he->cpuset) in c2c_he_zalloc() 150 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt); in c2c_he_zalloc() 151 if (!c2c_he->nodeset) in c2c_he_zalloc() 154 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he in c2c_he_zalloc() 175 struct c2c_hist_entry *c2c_he; c2c_he_free() local 204 struct c2c_hist_entry *c2c_he; he__get_c2c_hists() local 225 c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, struct perf_sample *sample) c2c_he__set_cpu() argument 235 c2c_he__set_node(struct c2c_hist_entry *c2c_he, struct perf_sample *sample) c2c_he__set_node() argument 257 compute_stats(struct c2c_hist_entry *c2c_he, struct c2c_stats *stats, u64 weight) compute_stats() argument 282 struct c2c_hist_entry *c2c_he; process_sample_event() local 541 struct c2c_hist_entry *c2c_he; dcacheline_node_entry() local 555 struct c2c_hist_entry *c2c_he; dcacheline_node_count() local 615 struct c2c_hist_entry *c2c_he; tot_hitm_entry() local 723 struct c2c_hist_entry *c2c_he; tot_recs_entry() local 761 struct c2c_hist_entry *c2c_he; tot_loads_entry() local 795 struct c2c_hist_entry *c2c_he; percent_color() local 809 percent_costly_snoop(struct c2c_hist_entry *c2c_he) percent_costly_snoop() argument 857 struct c2c_hist_entry *c2c_he; percent_costly_snoop_entry() local 894 struct c2c_hist_entry *c2c_he; he_stats() local 1193 struct c2c_hist_entry *c2c_he; node_entry() local 1315 struct c2c_hist_entry *c2c_he; cpucnt_entry() local 1329 struct c2c_hist_entry *c2c_he; cl_idx_entry() local 2108 struct c2c_hist_entry *c2c_he; he__display() local 2141 struct c2c_hist_entry *c2c_he; is_valid_hist_entry() local 2169 set_node_width(struct c2c_hist_entry *c2c_he, int len) set_node_width() argument 2180 set_nodestr(struct c2c_hist_entry *c2c_he) set_nodestr() argument 2200 calc_width(struct c2c_hist_entry *c2c_he) calc_width() argument 2211 struct c2c_hist_entry *c2c_he; filter_cb() local 2228 struct c2c_hist_entry *c2c_he; resort_cl_cb() local 2345 struct c2c_hist_entry *c2c_he; resort_shared_cl_cb() local 2505 struct c2c_hist_entry *c2c_he; print_pareto() local 2623 struct c2c_hist_entry *c2c_he; perf_c2c__browse_cacheline() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 134 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc() local 136 c2c_he = zalloc(size + sizeof(*c2c_he)); in c2c_he_zalloc() 137 if (!c2c_he) in c2c_he_zalloc() 140 c2c_he->cpuset = bitmap_alloc(c2c.cpus_cnt); in c2c_he_zalloc() 141 if (!c2c_he->cpuset) in c2c_he_zalloc() 144 c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt); 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 in c2c_he_zalloc() 161 struct c2c_hist_entry *c2c_he; c2c_he_free() local 190 struct c2c_hist_entry *c2c_he; he__get_c2c_hists() local 211 c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, struct perf_sample *sample) c2c_he__set_cpu() argument 221 c2c_he__set_node(struct c2c_hist_entry *c2c_he, struct perf_sample *sample) c2c_he__set_node() argument 243 compute_stats(struct c2c_hist_entry *c2c_he, struct c2c_stats *stats, u64 weight) compute_stats() argument 264 struct c2c_hist_entry *c2c_he; process_sample_event() local 513 struct c2c_hist_entry *c2c_he; dcacheline_node_entry() local 527 struct c2c_hist_entry *c2c_he; dcacheline_node_count() local 586 struct c2c_hist_entry *c2c_he; tot_hitm_entry() local 682 struct c2c_hist_entry *c2c_he; tot_recs_entry() local 733 struct c2c_hist_entry *c2c_he; tot_loads_entry() local 767 struct c2c_hist_entry *c2c_he; percent_color() local 781 percent_hitm(struct c2c_hist_entry *c2c_he) percent_hitm() argument 824 struct c2c_hist_entry *c2c_he; percent_hitm_entry() local 861 struct c2c_hist_entry *c2c_he; he_stats() local 1051 struct c2c_hist_entry *c2c_he; node_entry() local 1173 struct c2c_hist_entry *c2c_he; cpucnt_entry() local 1187 struct c2c_hist_entry *c2c_he; cl_idx_entry() local 1852 struct c2c_hist_entry *c2c_he; he__display() local 1889 struct c2c_hist_entry *c2c_he; valid_hitm_or_store() local 1899 set_node_width(struct c2c_hist_entry *c2c_he, int len) set_node_width() argument 1910 set_nodestr(struct c2c_hist_entry *c2c_he) set_nodestr() argument 1930 calc_width(struct c2c_hist_entry *c2c_he) calc_width() argument 1941 struct c2c_hist_entry *c2c_he; filter_cb() local 1958 struct c2c_hist_entry *c2c_he; resort_cl_cb() local 2049 struct c2c_hist_entry *c2c_he; resort_hitm_cb() local 2193 struct c2c_hist_entry *c2c_he; print_pareto() local 2311 struct c2c_hist_entry *c2c_he; perf_c2c__browse_cacheline() local [all...] |
Completed in 6 milliseconds