Searched refs:offset_level (Results 1 – 4 of 4) sorted by relevance
65 .offset_level = ANNOTATION__OFFSET_JUMP_TARGETS,3018 notes->options->offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()3033 notes->options->offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()3035 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()3115 perf_config_u8(&opt->offset_level, "offset_level", value); in annotation__config()3117 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()3118 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()3119 else if (opt->offset_level < ANNOTATION__MIN_OFFSET_LEVEL) in annotation__config()3120 opt->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotation__config()
91 u8 offset_level; member
775 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()
382 annotate.offset_level::