Home
last modified time | relevance | path

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

/linux-6.15/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()
354 struct annotated_data_type *result = NULL; in dso__findnew_data_type()
355 struct annotated_data_type key; in dso__findnew_data_type()
376 result = rb_entry(node, struct annotated_data_type, node); in dso__findnew_data_type()
1703 struct annotated_data_type *pos; in annotated_data_type__tree_delete()
[all …]
H A Dannotate.h28 struct annotated_data_type;
550 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()
2699 static struct annotated_data_type *
2707 struct annotated_data_type *mem_type; in __hist_entry__get_data_type()
2794 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he) in hist_entry__get_data_type()
2800 struct annotated_data_type *mem_type; in hist_entry__get_data_type()
H A Dsort.c2315 struct annotated_data_type unknown_type = {
2343 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse()
2344 struct annotated_data_type *right_type = right->mem_type; in sort__type_collapse()
2386 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort()
2387 struct annotated_data_type *right_type = right->mem_type; in sort__typeoff_sort()
2409 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typeoff_snprintf()
2442 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort()
2443 struct annotated_data_type *right_type = right->mem_type; in sort__typecln_sort()
2469 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typecln_snprintf()
H A Dhist.h295 struct annotated_data_type *mem_type;
/linux-6.15/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()