Searched refs:c2c_right (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 601 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp() local 606 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp() 609 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp() 632 struct c2c_hist_entry *c2c_left, *c2c_right; \ 635 c2c_right = container_of(right, struct c2c_hist_entry, he); \ 637 (uint64_t) c2c_right->stats.__f; \ 697 struct c2c_hist_entry *c2c_right; in tot_recs_cmp() local 702 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp() 705 tot_recs_right = total_records(&c2c_right in tot_recs_cmp() 748 struct c2c_hist_entry *c2c_right; tot_loads_cmp() local 846 struct c2c_hist_entry *c2c_right; percent_hitm_cmp() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 630 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp() local 635 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp() 638 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp() 661 struct c2c_hist_entry *c2c_left, *c2c_right; \ 664 c2c_right = container_of(right, struct c2c_hist_entry, he); \ 666 (uint64_t) c2c_right->stats.__f; \ 738 struct c2c_hist_entry *c2c_right; in tot_recs_cmp() local 743 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp() 746 tot_recs_right = total_records(&c2c_right in tot_recs_cmp() 776 struct c2c_hist_entry *c2c_right; tot_loads_cmp() local 879 struct c2c_hist_entry *c2c_right; percent_costly_snoop_cmp() local [all...] |
Completed in 6 milliseconds