Symbol: c2c_hist_entry
tools/perf/builtin-c2c.c
1214
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
1219
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
1321
struct c2c_hist_entry *c2c_he; \
tools/perf/builtin-c2c.c
1322
c2c_he = container_of(he, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
1336
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
1340
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
1350
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
1354
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
144
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
179
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
181
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
210
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2137
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
214
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2142
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2170
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2173
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2198
static void set_node_width(struct c2c_hist_entry *c2c_he, int len)
tools/perf/builtin-c2c.c
2209
static int set_nodestr(struct c2c_hist_entry *c2c_he)
tools/perf/builtin-c2c.c
2229
static void calc_width(struct c2c_hist_entry *c2c_he)
tools/perf/builtin-c2c.c
2240
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2242
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2258
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2262
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
231
static void c2c_he__set_evsel(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
237
static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
2372
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2373
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
247
static void c2c_he__set_node(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
2532
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2537
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2598
struct c2c_hist_entry *c2c_he = NULL;
tools/perf/builtin-c2c.c
2626
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2688
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
269
static void compute_stats(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
2706
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
321
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
362
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
405
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
562
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
565
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
576
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
579
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
636
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
640
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
650
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
651
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
655
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
656
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
669
struct c2c_hist_entry *c2c_he; \
tools/perf/builtin-c2c.c
672
c2c_he = container_of(he, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
682
struct c2c_hist_entry *c2c_left, *c2c_right; \
tools/perf/builtin-c2c.c
684
c2c_left = container_of(left, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
685
c2c_right = container_of(right, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
744
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
748
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
758
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
759
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
763
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
764
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
782
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
786
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
796
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
797
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
801
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
802
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
810
typedef double (get_percent_cb)(struct c2c_hist_entry *);
tools/perf/builtin-c2c.c
816
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
820
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
830
static double percent_costly_snoop(struct c2c_hist_entry *c2c_he)
tools/perf/builtin-c2c.c
878
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
883
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
899
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
900
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
904
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
905
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
915
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
917
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
937
static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \