show_nr_samples   544 tools/perf/builtin-annotate.c 	OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
show_nr_samples   577 tools/perf/builtin-annotate.c 	if (symbol_conf.show_nr_samples && annotate.use_gtk) {
show_nr_samples  1091 tools/perf/builtin-report.c 	OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
show_nr_samples  1478 tools/perf/builtin-top.c 	OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
show_nr_samples   836 tools/perf/ui/browsers/annotate.c 				notes->options->show_nr_samples = true;
show_nr_samples   837 tools/perf/ui/browsers/annotate.c 			} else if (notes->options->show_nr_samples)
show_nr_samples   838 tools/perf/ui/browsers/annotate.c 				notes->options->show_nr_samples = false;
show_nr_samples   513 tools/perf/ui/hist.c 	if (symbol_conf.show_nr_samples)
show_nr_samples  1437 tools/perf/util/annotate.c 			else if (symbol_conf.show_nr_samples)
show_nr_samples  2306 tools/perf/util/annotate.c 				  symbol_conf.show_nr_samples ? "Samples" : "Percent",
show_nr_samples  2844 tools/perf/util/annotate.c 			} else if (notes->options->show_nr_samples) {
show_nr_samples  2859 tools/perf/util/annotate.c 					   notes->options->show_nr_samples ? "Samples" : "Percent");
show_nr_samples  3035 tools/perf/util/annotate.c 	ANNOTATION__CFG(show_nr_samples),
show_nr_samples  3082 tools/perf/util/annotate.c 	annotation__default_options.show_nr_samples   = symbol_conf.show_nr_samples;
show_nr_samples    85 tools/perf/util/annotate.h 	     show_nr_samples,
show_nr_samples    22 tools/perf/util/symbol_conf.h 			show_nr_samples,