Searched refs:show_nr_samples (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | symbol_conf.h | 22 show_nr_samples, member
|
D | annotate.c | 1428 else if (symbol_conf.show_nr_samples) in annotation_line__print() 2395 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf() 2932 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write() 2947 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write() 3132 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-annotate.c | 545 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate() 583 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
|
D | builtin-report.c | 1185 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
|
D | builtin-top.c | 1505 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
D | annotate.c | 838 symbol_conf.show_nr_samples = true; in annotate_browser__run() 839 } else if (symbol_conf.show_nr_samples) in annotate_browser__run() 840 symbol_conf.show_nr_samples = false; in annotate_browser__run()
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
D | hist.c | 588 if (symbol_conf.show_nr_samples) in perf_hpp__init()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-config.txt | 367 annotate.show_nr_samples::
|