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

/linux-master/tools/perf/
H A Dbuiltin-c2c.c630 struct c2c_hist_entry *c2c_right; local
635 c2c_right = container_of(right, struct c2c_hist_entry, he);
638 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm;
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; local
743 c2c_right = container_of(right, struct c2c_hist_entry, he);
746 tot_recs_right = total_records(&c2c_right
776 struct c2c_hist_entry *c2c_right; local
879 struct c2c_hist_entry *c2c_right; local
[all...]

Completed in 101 milliseconds