Searched refs:show_nr_samples (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/ |
D | symbol_conf.h | 22 show_nr_samples, member
|
D | annotate.h | 85 show_nr_samples, member
|
D | annotate.c | 1437 else if (symbol_conf.show_nr_samples) in annotation_line__print() 2306 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf() 2844 } else if (notes->options->show_nr_samples) { in __annotation_line__write() 2859 notes->options->show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write() 3035 ANNOTATION__CFG(show_nr_samples), 3082 annotation__default_options.show_nr_samples = symbol_conf.show_nr_samples; in annotation_config__init()
|
/tools/perf/ |
D | builtin-annotate.c | 544 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate() 577 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
|
D | builtin-report.c | 1092 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
|
D | builtin-top.c | 1478 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
|
/tools/perf/ui/browsers/ |
D | annotate.c | 836 notes->options->show_nr_samples = true; in annotate_browser__run() 837 } else if (notes->options->show_nr_samples) in annotate_browser__run() 838 notes->options->show_nr_samples = false; in annotate_browser__run()
|
/tools/perf/ui/ |
D | hist.c | 513 if (symbol_conf.show_nr_samples) in perf_hpp__init()
|