Searched refs:show_nr_samples (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | symbol_conf.h | 21 show_nr_samples, member
|
H A D | annotate.c | 1557 else if (symbol_conf.show_nr_samples) in annotation_line__print() 2570 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf() 3136 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write() 3151 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write() 3339 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 889 symbol_conf.show_nr_samples = true; in annotate_browser__run() 890 } else if (symbol_conf.show_nr_samples) in annotate_browser__run() 891 symbol_conf.show_nr_samples = false; in annotate_browser__run()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 592 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate() 653 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
|
H A D | builtin-report.c | 1255 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
|
H A D | builtin-top.c | 1515 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
|
/openbmc/linux/tools/perf/ui/ |
H A D | hist.c | 591 if (symbol_conf.show_nr_samples) in perf_hpp__init()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 378 annotate.show_nr_samples::
|