Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dannotate.h67 ANNOTATION__MAX_OFFSET_LEVEL, enumerator
Dannotate.c2045 } else if (annotate_opts.offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
2115 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
2116 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
/linux-6.12.1/tools/perf/ui/browsers/
Dannotate.c829 if (++annotate_opts.offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotate_browser__run()