Home
last modified time | relevance | path

Searched refs:ANNOTATION__MAX_OFFSET_LEVEL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h105 ANNOTATION__MAX_OFFSET_LEVEL, enumerator
H A Dannotate.c3049 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
3131 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
3132 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h107 ANNOTATION__MAX_OFFSET_LEVEL, enumerator
H A Dannotate.c3209 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
3291 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
3292 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c775 if (++notes->options->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotate_browser__run()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c829 if (++notes->options->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotate_browser__run()

Completed in 16 milliseconds