Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol_conf.h23 show_nr_samples, member
H A Dannotate.c841 else if (symbol_conf.show_nr_samples) in annotation_line__print()
1259 symbol_conf.show_nr_samples ? "Samples" : "Percent", in hist_entry__annotate_printf()
2051 } else if (symbol_conf.show_nr_samples) { in annotation_line__write()
2066 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in annotation_line__write()
2313 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
H A Dannotate-data.c1858 } else if (symbol_conf.show_nr_samples) { in print_annotated_data_header()
1875 else if (symbol_conf.show_nr_samples) in print_annotated_data_value()
/linux/tools/perf/ui/browsers/
H A Dannotate-data.c354 else if (symbol_conf.show_nr_samples) in browser__show()
379 else if (symbol_conf.show_nr_samples) in browser__write_overhead()
H A Dannotate.c1084 symbol_conf.show_nr_samples = true; in annotate_browser__run()
1085 } else if (symbol_conf.show_nr_samples) in annotate_browser__run()
1086 symbol_conf.show_nr_samples = false; in annotate_browser__run()
/linux/tools/perf/
H A Dbuiltin-annotate.c770 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate()
841 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
H A Dbuiltin-report.c1349 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
H A Dbuiltin-top.c1534 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
/linux/tools/perf/ui/
H A Dhist.c878 if (symbol_conf.show_nr_samples) in perf_hpp__init()
/linux/tools/perf/Documentation/
H A Dperf-config.txt392 annotate.show_nr_samples::