Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dannotate.h104 ANNOTATION__MAX_OFFSET_LEVEL, enumerator
Dannotate.c3027 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
3109 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
3110 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
/Linux-v5.10/tools/perf/ui/browsers/
Dannotate.c775 if (++notes->options->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotate_browser__run()