Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol_conf.h22 show_nr_samples, member
H A Dannotate.c1428 else if (symbol_conf.show_nr_samples) in annotation_line__print()
2393 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf()
2930 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write()
2945 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write()
3130 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-annotate.c545 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()
H A Dbuiltin-top.c1505 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
H A Dbuiltin-report.c1185 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c838 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()
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c588 if (symbol_conf.show_nr_samples) in perf_hpp__init()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-config.txt367 annotate.show_nr_samples::