c2c_hist_entry 133 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 160 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 162 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 189 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 193 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 210 tools/perf/builtin-c2c.c static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, c2c_hist_entry 220 tools/perf/builtin-c2c.c static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, c2c_hist_entry 242 tools/perf/builtin-c2c.c static void compute_stats(struct c2c_hist_entry *c2c_he, c2c_hist_entry 263 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 300 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 334 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 509 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 512 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 523 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 526 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 582 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 586 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 596 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_left; c2c_hist_entry 597 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_right; c2c_hist_entry 601 tools/perf/builtin-c2c.c c2c_left = container_of(left, struct c2c_hist_entry, he); c2c_hist_entry 602 tools/perf/builtin-c2c.c c2c_right = container_of(right, struct c2c_hist_entry, he); c2c_hist_entry 615 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; \ c2c_hist_entry 618 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); \ c2c_hist_entry 628 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_left, *c2c_right; \ c2c_hist_entry 630 tools/perf/builtin-c2c.c c2c_left = container_of(left, struct c2c_hist_entry, he); \ c2c_hist_entry 631 tools/perf/builtin-c2c.c c2c_right = container_of(right, struct c2c_hist_entry, he); \ c2c_hist_entry 667 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 670 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 680 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_left; c2c_hist_entry 681 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_right; c2c_hist_entry 683 tools/perf/builtin-c2c.c c2c_left = container_of(left, struct c2c_hist_entry, he); c2c_hist_entry 684 tools/perf/builtin-c2c.c c2c_right = container_of(right, struct c2c_hist_entry, he); c2c_hist_entry 717 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 721 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 731 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_left; c2c_hist_entry 732 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_right; c2c_hist_entry 736 tools/perf/builtin-c2c.c c2c_left = container_of(left, struct c2c_hist_entry, he); c2c_hist_entry 737 tools/perf/builtin-c2c.c c2c_right = container_of(right, struct c2c_hist_entry, he); c2c_hist_entry 768 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 772 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 782 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_left; c2c_hist_entry 783 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_right; c2c_hist_entry 787 tools/perf/builtin-c2c.c c2c_left = container_of(left, struct c2c_hist_entry, he); c2c_hist_entry 788 tools/perf/builtin-c2c.c c2c_right = container_of(right, struct c2c_hist_entry, he); c2c_hist_entry 796 tools/perf/builtin-c2c.c typedef double (get_percent_cb)(struct c2c_hist_entry *); c2c_hist_entry 802 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 806 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 816 tools/perf/builtin-c2c.c static double percent_hitm(struct c2c_hist_entry *c2c_he) c2c_hist_entry 859 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 864 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 880 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_left; c2c_hist_entry 881 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_right; c2c_hist_entry 885 tools/perf/builtin-c2c.c c2c_left = container_of(left, struct c2c_hist_entry, he); c2c_hist_entry 886 tools/perf/builtin-c2c.c c2c_right = container_of(right, struct c2c_hist_entry, he); c2c_hist_entry 896 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 898 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 918 tools/perf/builtin-c2c.c static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \ c2c_hist_entry 1086 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 1091 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 1195 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; \ c2c_hist_entry 1196 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); \ c2c_hist_entry 1208 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 1212 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 1222 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 1226 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 1896 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 1902 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 1933 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 1936 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 1943 tools/perf/builtin-c2c.c static void set_node_width(struct c2c_hist_entry *c2c_he, int len) c2c_hist_entry 1954 tools/perf/builtin-c2c.c static int set_nodestr(struct c2c_hist_entry *c2c_he) c2c_hist_entry 1974 tools/perf/builtin-c2c.c static void calc_width(struct c2c_hist_entry *c2c_he) c2c_hist_entry 1985 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 1987 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 2002 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 2006 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 2093 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 2094 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 2237 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 2242 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he); c2c_hist_entry 2356 tools/perf/builtin-c2c.c struct c2c_hist_entry *c2c_he; c2c_hist_entry 2373 tools/perf/builtin-c2c.c c2c_he = container_of(he, struct c2c_hist_entry, he);