Home
last modified time | relevance | path

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

/linux/tools/perf/util/
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,
249 static inline struct annotated_data_type *
256 annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused, in annotated_data_type__update_samples()
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()
320 struct annotated_data_type *result = NULL; in dso__findnew_data_type()
321 struct annotated_data_type key; in dso__findnew_data_type()
342 result = rb_entry(node, struct annotated_data_type, node); in dso__findnew_data_type()
1664 struct annotated_data_type *pos; in annotated_data_type__tree_delete()
[all …]
A Dannotate.h28 struct annotated_data_type;
535 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he);
A Dsort.c2185 struct annotated_data_type unknown_type = {
2213 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse()
2214 struct annotated_data_type *right_type = right->mem_type; in sort__type_collapse()
2256 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort()
2257 struct annotated_data_type *right_type = right->mem_type; in sort__typeoff_sort()
2304 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typeoff_snprintf()
2337 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort()
2338 struct annotated_data_type *right_type = right->mem_type; in sort__typecln_sort()
2364 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typecln_snprintf()
A Dannotate.c76 struct annotated_data_type stackop_type = {
83 struct annotated_data_type canary_type = {
2585 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he) in hist_entry__get_data_type()
2593 struct annotated_data_type *mem_type; in hist_entry__get_data_type()
A Dhist.h278 struct annotated_data_type *mem_type;
/linux/tools/perf/ui/browsers/
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()

Completed in 28 milliseconds