Home
last modified time | relevance | path

Searched refs:show_nr_jumps (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/perf/Documentation/
Dperfconfig.example29 show_nr_jumps = false
Dperf-config.txt102 show_nr_jumps = false
348 annotate.show_nr_jumps::
/Linux-v6.1/tools/perf/util/
Dannotate.h88 show_nr_jumps, member
Dannotate.c2775 if (notes->options->show_nr_jumps) in annotation__update_column_widths()
3098 if (notes->options->show_nr_jumps) { in __annotation_line__write()
3207 opt->show_nr_jumps = perf_config_bool("show_nr_jumps", value); in annotation__config()
/Linux-v6.1/tools/perf/ui/browsers/
Dannotate.c835 notes->options->show_nr_jumps = !notes->options->show_nr_jumps; in annotate_browser__run()