Searched refs:offset_level (Results 1 – 4 of 4) sorted by relevance
91 u8 offset_level; member
65 .offset_level = ANNOTATION__OFFSET_JUMP_TARGETS,3022 notes->options->offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()3037 notes->options->offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()3039 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()3119 perf_config_u8(&opt->offset_level, "offset_level", value); in annotation__config()3121 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()3122 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()3123 else if (opt->offset_level < ANNOTATION__MIN_OFFSET_LEVEL) in annotation__config()3124 opt->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotation__config()
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::