Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate.c90 #define NO_TYPE ((struct annotated_data_type *)-1UL) macro
856 if (data_type && data_type != NO_TYPE) { in annotation_line__print()
2714 return NO_TYPE; in __hist_entry__get_data_type()
2720 return NO_TYPE; in __hist_entry__get_data_type()
2778 return mem_type ?: NO_TYPE; in __hist_entry__get_data_type()
2857 return mem_type == NO_TYPE ? NULL : mem_type; in hist_entry__get_data_type()