Symbol: annotated_data_type
tools/perf/ui/browsers/annotate-data.c
156
struct annotated_data_type *adt = he->mem_type;
tools/perf/ui/browsers/annotate-data.c
337
struct annotated_data_type *adt = he->mem_type;
tools/perf/ui/browsers/annotate-data.c
393
struct annotated_data_type *adt = he->mem_type;
tools/perf/ui/browsers/annotate-data.c
51
static int get_member_overhead(struct annotated_data_type *adt,
tools/perf/ui/browsers/annotate-data.c
78
struct annotated_data_type *adt,
tools/perf/util/annotate-data.c
1734
struct annotated_data_type *find_data_type(struct data_loc_info *dloc)
tools/perf/util/annotate-data.c
1753
static int alloc_data_type_histograms(struct annotated_data_type *adt, int nr_entries)
tools/perf/util/annotate-data.c
1785
static void delete_data_type_histograms(struct annotated_data_type *adt)
tools/perf/util/annotate-data.c
1796
struct annotated_data_type *pos;
tools/perf/util/annotate-data.c
1802
pos = rb_entry(node, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
1822
int annotated_data_type__update_samples(struct annotated_data_type *adt,
tools/perf/util/annotate-data.c
1909
static void print_annotated_data_type(struct annotated_data_type *mem_type,
tools/perf/util/annotate-data.c
202
const struct annotated_data_type *key = _key;
tools/perf/util/annotate-data.c
203
struct annotated_data_type *type;
tools/perf/util/annotate-data.c
205
type = rb_entry(node, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
214
struct annotated_data_type *a, *b;
tools/perf/util/annotate-data.c
216
a = rb_entry(node_a, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
217
b = rb_entry(node_b, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
307
static void add_member_types(struct annotated_data_type *parent, Dwarf_Die *type)
tools/perf/util/annotate-data.c
355
int annotated_data_type__get_member_name(struct annotated_data_type *adt,
tools/perf/util/annotate-data.c
361
static struct annotated_data_type *dso__findnew_data_type(struct dso *dso,
tools/perf/util/annotate-data.c
364
struct annotated_data_type *result = NULL;
tools/perf/util/annotate-data.c
365
struct annotated_data_type key;
tools/perf/util/annotate-data.c
387
result = rb_entry(node, struct annotated_data_type, node);
tools/perf/util/annotate-data.h
100
extern struct annotated_data_type unknown_type;
tools/perf/util/annotate-data.h
101
extern struct annotated_data_type stackop_type;
tools/perf/util/annotate-data.h
102
extern struct annotated_data_type canary_type;
tools/perf/util/annotate-data.h
232
struct annotated_data_type *find_data_type(struct data_loc_info *dloc);
tools/perf/util/annotate-data.h
235
int annotated_data_type__update_samples(struct annotated_data_type *adt,
tools/perf/util/annotate-data.h
249
int annotated_data_type__get_member_name(struct annotated_data_type *adt,
tools/perf/util/annotate-data.h
270
static inline struct annotated_data_type *
tools/perf/util/annotate-data.h
277
annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused,
tools/perf/util/annotate-data.h
300
static inline int annotated_data_type__get_member_name(struct annotated_data_type *adt __maybe_unused,
tools/perf/util/annotate.c
1955
struct annotated_data_type *type;
tools/perf/util/annotate.c
1963
struct annotated_data_type *data_type = NULL;
tools/perf/util/annotate.c
2793
static struct annotated_data_type *
tools/perf/util/annotate.c
2801
struct annotated_data_type *mem_type;
tools/perf/util/annotate.c
2894
struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he)
tools/perf/util/annotate.c
2900
struct annotated_data_type *mem_type;
tools/perf/util/annotate.c
76
struct annotated_data_type stackop_type = {
tools/perf/util/annotate.c
765
static struct annotated_data_type *
tools/perf/util/annotate.c
770
static bool needs_type_info(struct annotated_data_type *data_type)
tools/perf/util/annotate.c
83
struct annotated_data_type canary_type = {
tools/perf/util/annotate.c
855
struct annotated_data_type *data_type;
tools/perf/util/annotate.c
90
#define NO_TYPE ((struct annotated_data_type *)-1UL)
tools/perf/util/annotate.h
28
struct annotated_data_type;
tools/perf/util/annotate.h
551
struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he);
tools/perf/util/hist.h
309
struct annotated_data_type *mem_type;
tools/perf/util/sort.c
2481
struct annotated_data_type unknown_type = {
tools/perf/util/sort.c
2509
struct annotated_data_type *left_type = left->mem_type;
tools/perf/util/sort.c
2510
struct annotated_data_type *right_type = right->mem_type;
tools/perf/util/sort.c
2552
struct annotated_data_type *left_type = left->mem_type;
tools/perf/util/sort.c
2553
struct annotated_data_type *right_type = right->mem_type;
tools/perf/util/sort.c
2575
struct annotated_data_type *he_type = he->mem_type;
tools/perf/util/sort.c
2626
struct annotated_data_type *left_type = left->mem_type;
tools/perf/util/sort.c
2627
struct annotated_data_type *right_type = right->mem_type;
tools/perf/util/sort.c
2655
struct annotated_data_type *he_type = he->mem_type;