Searched refs:offset_level (Results 1 – 4 of 4) sorted by relevance
65 .offset_level = ANNOTATION__OFFSET_JUMP_TARGETS,3010 notes->options->offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()3025 notes->options->offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()3027 } else if (notes->options->offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()3107 perf_config_u8(&opt->offset_level, "offset_level", value); in annotation__config()3109 if (opt->offset_level > ANNOTATION__MAX_OFFSET_LEVEL) in annotation__config()3110 opt->offset_level = ANNOTATION__MAX_OFFSET_LEVEL; in annotation__config()3111 else if (opt->offset_level < ANNOTATION__MIN_OFFSET_LEVEL) in annotation__config()3112 opt->offset_level = ANNOTATION__MIN_OFFSET_LEVEL; in annotation__config()
90 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::