Home
last modified time | relevance | path

Searched refs:annotated_data_type (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dannotate-data.h92 struct annotated_data_type { struct
99 extern struct annotated_data_type unknown_type; argument
100 extern struct annotated_data_type stackop_type;
101 extern struct annotated_data_type canary_type;
217 struct annotated_data_type *find_data_type(struct data_loc_info *dloc);
220 int annotated_data_type__update_samples(struct annotated_data_type *adt,
234 int annotated_data_type__get_member_name(struct annotated_data_type *adt,
254 static inline struct annotated_data_type *
261 annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused, in annotated_data_type__update_samples()
284 static inline int annotated_data_type__get_member_name(struct annotated_data_type *adt __maybe_unus… in annotated_data_type__get_member_name()
H A Dannotate-data.c197 const struct annotated_data_type *key = _key; in data_type_cmp()
198 struct annotated_data_type *type; in data_type_cmp()
200 type = rb_entry(node, struct annotated_data_type, node); in data_type_cmp()
209 struct annotated_data_type *a, *b; in data_type_less()
211 a = rb_entry(node_a, struct annotated_data_type, node); in data_type_less()
212 b = rb_entry(node_b, struct annotated_data_type, node); in data_type_less()
297 static void add_member_types(struct annotated_data_type *parent, Dwarf_Die *type) in add_member_types()
345 int annotated_data_type__get_member_name(struct annotated_data_type *adt, in annotated_data_type__get_member_name()
351 static struct annotated_data_type *dso__findnew_data_type(struct dso *dso, in dso__findnew_data_type()
354 struct annotated_data_type *result = NULL; in dso__findnew_data_type()
[all …]
H A Dannotate.h28 struct annotated_data_type;
552 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he);
H A Dannotate.c76 struct annotated_data_type stackop_type = {
83 struct annotated_data_type canary_type = {
90 #define NO_TYPE ((struct annotated_data_type *)-1UL)
763 static struct annotated_data_type *
851 struct annotated_data_type *data_type; in annotation_line__print()
2702 static struct annotated_data_type *
2710 struct annotated_data_type *mem_type; in __hist_entry__get_data_type()
2797 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he) in hist_entry__get_data_type()
2803 struct annotated_data_type *mem_type; in hist_entry__get_data_type()
H A Dhist.h309 struct annotated_data_type *mem_type;
/linux/tools/perf/ui/browsers/
H A Dannotate-data.c51 static int get_member_overhead(struct annotated_data_type *adt, in get_member_overhead()
78 struct annotated_data_type *adt, in add_child_entries()
156 struct annotated_data_type *adt = he->mem_type; in annotated_data_browser__collect_entries()
337 struct annotated_data_type *adt = he->mem_type; in browser__show()
393 struct annotated_data_type *adt = he->mem_type; in browser__write()