Home
last modified time | relevance | path

Searched refs:stackop_type (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dannotate-data.h101 extern struct annotated_data_type stackop_type;
H A Dannotate.c76 struct annotated_data_type stackop_type = { variable
79 .children = LIST_HEAD_INIT(stackop_type.self.children),
776 return (data_type != &stackop_type) && (data_type != &canary_type); in needs_type_info()
864 if (data_type != &stackop_type && in annotation_line__print()
2001 if (data_type != &stackop_type && data_type != &canary_type && len > printed) in disasm_line__snprint_type_info()
2820 return &stackop_type; in __hist_entry__get_data_type()
H A Dsort.c2453 if (he_type == &unknown_type || he_type == &stackop_type || in hist_entry__typeoff_snprintf()