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
1706
struct annotated_data_type *find_data_type(struct data_loc_info *dloc)
tools/perf/util/annotate-data.c
1725
static int alloc_data_type_histograms(struct annotated_data_type *adt, int nr_entries)
tools/perf/util/annotate-data.c
1757
static void delete_data_type_histograms(struct annotated_data_type *adt)
tools/perf/util/annotate-data.c
1768
struct annotated_data_type *pos;
tools/perf/util/annotate-data.c
1774
pos = rb_entry(node, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
1794
int annotated_data_type__update_samples(struct annotated_data_type *adt,
tools/perf/util/annotate-data.c
1881
static void print_annotated_data_type(struct annotated_data_type *mem_type,
tools/perf/util/annotate-data.c
201
const struct annotated_data_type *key = _key;
tools/perf/util/annotate-data.c
202
struct annotated_data_type *type;
tools/perf/util/annotate-data.c
204
type = rb_entry(node, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
213
struct annotated_data_type *a, *b;
tools/perf/util/annotate-data.c
215
a = rb_entry(node_a, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
216
b = rb_entry(node_b, struct annotated_data_type, node);
tools/perf/util/annotate-data.c
301
static void add_member_types(struct annotated_data_type *parent, Dwarf_Die *type)
tools/perf/util/annotate-data.c
349
int annotated_data_type__get_member_name(struct annotated_data_type *adt,
tools/perf/util/annotate-data.c
355
static struct annotated_data_type *dso__findnew_data_type(struct dso *dso,
tools/perf/util/annotate-data.c
358
struct annotated_data_type *result = NULL;
tools/perf/util/annotate-data.c
359
struct annotated_data_type key;
tools/perf/util/annotate-data.c
380
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
229
struct annotated_data_type *find_data_type(struct data_loc_info *dloc);
tools/perf/util/annotate-data.h
232
int annotated_data_type__update_samples(struct annotated_data_type *adt,
tools/perf/util/annotate-data.h
246
int annotated_data_type__get_member_name(struct annotated_data_type *adt,
tools/perf/util/annotate-data.h
267
static inline struct annotated_data_type *
tools/perf/util/annotate-data.h
274
annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused,
tools/perf/util/annotate-data.h
297
static inline int annotated_data_type__get_member_name(struct annotated_data_type *adt __maybe_unused,
tools/perf/util/annotate.c
1956
struct annotated_data_type *type;
tools/perf/util/annotate.c
1964
struct annotated_data_type *data_type = NULL;
tools/perf/util/annotate.c
2794
static struct annotated_data_type *
tools/perf/util/annotate.c
2802
struct annotated_data_type *mem_type;
tools/perf/util/annotate.c
2895
struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he)
tools/perf/util/annotate.c
2901
struct annotated_data_type *mem_type;
tools/perf/util/annotate.c
766
static struct annotated_data_type *
tools/perf/util/annotate.c
77
struct annotated_data_type stackop_type = {
tools/perf/util/annotate.c
771
static bool needs_type_info(struct annotated_data_type *data_type)
tools/perf/util/annotate.c
84
struct annotated_data_type canary_type = {
tools/perf/util/annotate.c
856
struct annotated_data_type *data_type;
tools/perf/util/annotate.c
91
#define NO_TYPE ((struct annotated_data_type *)-1UL)
tools/perf/util/annotate.h
28
struct annotated_data_type;
tools/perf/util/annotate.h
553
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
2356
struct annotated_data_type unknown_type = {
tools/perf/util/sort.c
2384
struct annotated_data_type *left_type = left->mem_type;
tools/perf/util/sort.c
2385
struct annotated_data_type *right_type = right->mem_type;
tools/perf/util/sort.c
2427
struct annotated_data_type *left_type = left->mem_type;
tools/perf/util/sort.c
2428
struct annotated_data_type *right_type = right->mem_type;
tools/perf/util/sort.c
2450
struct annotated_data_type *he_type = he->mem_type;
tools/perf/util/sort.c
2482
struct annotated_data_type *left_type = left->mem_type;
tools/perf/util/sort.c
2483
struct annotated_data_type *right_type = right->mem_type;
tools/perf/util/sort.c
2513
struct annotated_data_type *he_type = he->mem_type;