Symbol: c2c_hist_entry
tools/perf/builtin-c2c.c
1237
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
1242
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
1344
struct c2c_hist_entry *c2c_he; \
tools/perf/builtin-c2c.c
1345
c2c_he = container_of(he, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
1359
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
1363
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
1373
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
1377
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
148
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
183
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
185
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
215
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2160
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2165
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
219
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2193
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2196
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2221
static void set_node_width(struct c2c_hist_entry *c2c_he, int len)
tools/perf/builtin-c2c.c
2232
static int set_nodestr(struct c2c_hist_entry *c2c_he)
tools/perf/builtin-c2c.c
2252
static void calc_width(struct c2c_hist_entry *c2c_he)
tools/perf/builtin-c2c.c
2263
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2265
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2281
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2285
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
238
static void c2c_he__set_evsel(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
2399
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2400
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
244
static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
2559
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2564
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
258
static void c2c_he__set_node(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
2625
struct c2c_hist_entry *c2c_he = NULL;
tools/perf/builtin-c2c.c
2653
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
2715
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
2733
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
284
static void compute_stats(struct c2c_hist_entry *c2c_he,
tools/perf/builtin-c2c.c
336
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
378
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
426
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
585
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
588
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
599
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
602
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
659
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
663
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
673
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
674
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
678
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
679
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
692
struct c2c_hist_entry *c2c_he; \
tools/perf/builtin-c2c.c
695
c2c_he = container_of(he, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
705
struct c2c_hist_entry *c2c_left, *c2c_right; \
tools/perf/builtin-c2c.c
707
c2c_left = container_of(left, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
708
c2c_right = container_of(right, struct c2c_hist_entry, he); \
tools/perf/builtin-c2c.c
767
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
771
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
781
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
782
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
786
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
787
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
805
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
809
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
819
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
820
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
824
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
825
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
833
typedef double (get_percent_cb)(struct c2c_hist_entry *);
tools/perf/builtin-c2c.c
839
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
843
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
853
static double percent_costly_snoop(struct c2c_hist_entry *c2c_he)
tools/perf/builtin-c2c.c
901
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
906
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
922
struct c2c_hist_entry *c2c_left;
tools/perf/builtin-c2c.c
923
struct c2c_hist_entry *c2c_right;
tools/perf/builtin-c2c.c
927
c2c_left = container_of(left, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
928
c2c_right = container_of(right, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
938
struct c2c_hist_entry *c2c_he;
tools/perf/builtin-c2c.c
940
c2c_he = container_of(he, struct c2c_hist_entry, he);
tools/perf/builtin-c2c.c
960
static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \