Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol_conf.h21 show_nr_samples, member
H A Dannotate.c817 else if (symbol_conf.show_nr_samples) in annotation_line__print()
1210 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf()
1920 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write()
1935 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write()
2182 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
H A Dannotate-data.c1754 } else if (symbol_conf.show_nr_samples) { in print_annotated_data_header()
1771 else if (symbol_conf.show_nr_samples) in print_annotated_data_value()
/linux/tools/perf/ui/browsers/
H A Dannotate.c892 symbol_conf.show_nr_samples = true; in annotate_browser__run()
893 } else if (symbol_conf.show_nr_samples) in annotate_browser__run()
894 symbol_conf.show_nr_samples = false; in annotate_browser__run()
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()
/linux/tools/perf/ui/
H A Dhist.c641 if (symbol_conf.show_nr_samples) in perf_hpp__init()
/linux/tools/perf/
H A Dbuiltin-top.c1524 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()