Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate-data.h102 extern struct annotated_data_type canary_type;
H A Dannotate.c84 struct annotated_data_type canary_type = { variable
87 .children = LIST_HEAD_INIT(canary_type.self.children),
779 return (data_type != &stackop_type) && (data_type != &canary_type); in needs_type_info()
868 data_type != &canary_type) in annotation_line__print()
2000 if (data_type != &stackop_type && data_type != &canary_type && len > printed) in disasm_line__snprint_type_info()
2862 return &canary_type; in __hist_entry__get_data_type()
H A Dsort.c2454 he_type == &canary_type) in hist_entry__typeoff_snprintf()