Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dannotate.h93 ANNOTATION__MAX_OFFSET_LEVEL, enumerator
Dannotate.c2694 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
2813 if (*(int *)cfg->value > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
2814 *(int *)cfg->value = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c766 if (++notes->options->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotate_browser__run()