Searched refs:show_nr_samples (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/ |
| A D | symbol_conf.h | 23 show_nr_samples, member
|
| A D | annotate.c | 839 else if (symbol_conf.show_nr_samples) in annotation_line__print() 1259 symbol_conf.show_nr_samples ? "Samples" : "Percent", in hist_entry__annotate_printf() 1974 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write() 1989 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write() 2236 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
|
| A D | annotate-data.c | 1793 } else if (symbol_conf.show_nr_samples) { in print_annotated_data_header() 1810 else if (symbol_conf.show_nr_samples) in print_annotated_data_value()
|
| /tools/perf/ui/browsers/ |
| A D | annotate-data.c | 354 else if (symbol_conf.show_nr_samples) in browser__show() 379 else if (symbol_conf.show_nr_samples) in browser__write_overhead()
|
| A D | annotate.c | 983 symbol_conf.show_nr_samples = true; in annotate_browser__run() 984 } else if (symbol_conf.show_nr_samples) in annotate_browser__run() 985 symbol_conf.show_nr_samples = false; in annotate_browser__run()
|
| /tools/perf/ |
| A D | builtin-annotate.c | 769 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate() 840 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
|
| A D | builtin-report.c | 1348 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
|
| A D | builtin-top.c | 1534 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
|
| /tools/perf/ui/ |
| A D | hist.c | 877 if (symbol_conf.show_nr_samples) in perf_hpp__init()
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 392 annotate.show_nr_samples::
|
Completed in 26 milliseconds