Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate-data.h93 struct annotated_data_type { struct
100 extern struct annotated_data_type unknown_type; argument
101 extern struct annotated_data_type stackop_type;
102 extern struct annotated_data_type canary_type;
229 struct annotated_data_type *find_data_type(struct data_loc_info *dloc);
232 int annotated_data_type__update_samples(struct annotated_data_type *adt,
246 int annotated_data_type__get_member_name(struct annotated_data_type *adt,
267 static inline struct annotated_data_type *
274 annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused, in annotated_data_type__update_samples()
297 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.c201 const struct annotated_data_type *key = _key; in data_type_cmp()
202 struct annotated_data_type *type; in data_type_cmp()
204 type = rb_entry(node, struct annotated_data_type, node); in data_type_cmp()
213 struct annotated_data_type *a, *b; in data_type_less()
215 a = rb_entry(node_a, struct annotated_data_type, node); in data_type_less()
216 b = rb_entry(node_b, struct annotated_data_type, node); in data_type_less()
301 static void add_member_types(struct annotated_data_type *parent, Dwarf_Die *type) in add_member_types()
349 int annotated_data_type__get_member_name(struct annotated_data_type *adt, in annotated_data_type__get_member_name()
355 static struct annotated_data_type *dso__findnew_data_type(struct dso *dso, in dso__findnew_data_type()
358 struct annotated_data_type *result = NULL; in dso__findnew_data_type()
[all …]
H A Dannotate.h28 struct annotated_data_type;
553 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he);
H A Dannotate.c77 struct annotated_data_type stackop_type = {
84 struct annotated_data_type canary_type = {
91 #define NO_TYPE ((struct annotated_data_type *)-1UL)
766 static struct annotated_data_type *
771 static bool needs_type_info(struct annotated_data_type *data_type) in needs_type_info()
856 struct annotated_data_type *data_type; in annotation_line__print()
1956 struct annotated_data_type *type;
1964 struct annotated_data_type *data_type = NULL; in disasm_line__snprint_type_info()
2794 static struct annotated_data_type *
2802 struct annotated_data_type *mem_type; in __hist_entry__get_data_type()
[all …]
H A Dsort.c2356 struct annotated_data_type unknown_type = {
2384 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse()
2385 struct annotated_data_type *right_type = right->mem_type; in sort__type_collapse()
2427 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort()
2428 struct annotated_data_type *right_type = right->mem_type; in sort__typeoff_sort()
2450 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typeoff_snprintf()
2482 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort()
2483 struct annotated_data_type *right_type = right->mem_type; in sort__typecln_sort()
2513 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typecln_snprintf()
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()