Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/Documentation/
H A Dperfconfig.example29 show_nr_jumps = false
H A Dperf-config.txt102 show_nr_jumps = false
351 annotate.show_nr_jumps::
/openbmc/linux/tools/perf/util/
H A Dannotate.h88 show_nr_jumps, member
H A Dannotate.c2902 if (annotate_opts.show_nr_jumps) in annotation__update_column_widths()
3225 if (annotate_opts.show_nr_jumps) { in __annotation_line__write()
3337 opt->show_nr_jumps = perf_config_bool("show_nr_jumps", value); in annotation__config()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c833 annotate_opts.show_nr_jumps = !annotate_opts.show_nr_jumps; in annotate_browser__run()