Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h108 #define ANNOTATION__MIN_OFFSET_LEVEL ANNOTATION__OFFSET_JUMP_TARGETS macro
Dannotate.c3121 else if (opt->offset_level < ANNOTATION__MIN_OFFSET_LEVEL) in annotation__config()
3122 opt->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotation__config()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dannotate.c776 notes->options->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotate_browser__run()