Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c222 if (notes->options->jump_arrows) in annotate_browser__refresh()
779 notes->options->jump_arrows = !notes->options->jump_arrows; in annotate_browser__run()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c227 if (notes->options->jump_arrows) in annotate_browser__refresh()
833 notes->options->jump_arrows = !notes->options->jump_arrows; in annotate_browser__run()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h83 jump_arrows, member
H A Dannotate.c63 .jump_arrows = true,
3137 } else if (!strcmp(var, "annotate.jump_arrows")) { in annotation__config()
3138 opt->jump_arrows = perf_config_bool("jump_arrows", value); in annotation__config()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h83 jump_arrows, member
H A Dannotate.c3297 } else if (!strcmp(var, "annotate.jump_arrows")) { in annotation__config()
3298 opt->jump_arrows = perf_config_bool("jump_arrows", value); in annotation__config()
3346 opt->jump_arrows = true; in annotation_options__init()

Completed in 14 milliseconds