Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c65 .offset_level = ANNOTATION__OFFSET_JUMP_TARGETS,
3032 notes->options->offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()
3047 notes->options->offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()
3049 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
3128 if (!strcmp(var, "annotate.offset_level")) { in annotation__config()
3129 perf_config_u8(&opt->offset_level, "offset_level", value); in annotation__config()
3131 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
3132 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
3133 else if (opt->offset_level < ANNOTATION__MIN_OFFSET_LEVE in annotation__config()
[all...]
H A Dannotate.h91 u8 offset_level; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c3192 notes->options->offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()
3207 notes->options->offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()
3209 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
3288 if (!strcmp(var, "annotate.offset_level")) { in annotation__config()
3289 perf_config_u8(&opt->offset_level, "offset_level", value); in annotation__config()
3291 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()
3292 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()
3293 else if (opt->offset_level < ANNOTATION__MIN_OFFSET_LEVEL) in annotation__config()
3294 opt->offset_level in annotation__config()
[all...]
H A Dannotate.h93 u8 offset_level; member
/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()
776 notes->options->offset_level = ANNOTATION__MIN_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()
830 notes->options->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotate_browser__run()

Completed in 14 milliseconds