Home
last modified time | relevance | path

Searched refs:show_nr_samples (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c540 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate()
573 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
Dbuiltin-report.c1014 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
Dbuiltin-top.c1321 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c829 notes->options->show_nr_samples = true; in annotate_browser__run()
830 } else if (notes->options->show_nr_samples) in annotate_browser__run()
831 notes->options->show_nr_samples = false; in annotate_browser__run()
/Linux-v4.19/tools/perf/util/
Dannotate.c1395 else if (symbol_conf.show_nr_samples) in annotation_line__print()
2090 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf()
2594 } else if (notes->options->show_nr_samples) { in __annotation_line__write()
2609 notes->options->show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write()
2781 ANNOTATION__CFG(show_nr_samples),
2828 annotation__default_options.show_nr_samples = symbol_conf.show_nr_samples; in annotation_config__init()
Dannotate.h76 show_nr_samples, member
Dsymbol.h102 show_nr_samples, member
/Linux-v4.19/tools/perf/ui/
Dhist.c509 if (symbol_conf.show_nr_samples) in perf_hpp__init()