Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dannotate.h96 #define ANNOTATION__MIN_OFFSET_LEVEL ANNOTATION__OFFSET_JUMP_TARGETS macro
Dannotate.c2815 else if (*(int *)cfg->value < ANNOTATION__MIN_OFFSET_LEVEL) in annotation__config()
2816 *(int *)cfg->value = ANNOTATION__MIN_OFFSET_LEVEL; in annotation__config()
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c767 notes->options->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotate_browser__run()