Home
last modified time | relevance | path

Searched refs:show_nr_samples (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol_conf.h22 show_nr_samples, member
H A Dannotate.c1436 else if (symbol_conf.show_nr_samples) in annotation_line__print()
2407 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf()
2944 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write()
2959 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write()
3143 } else if (!strcmp(var, "annotate.show_nr_samples")) { in annotation__config()
3144 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol_conf.h21 show_nr_samples, member
H A Dannotate.c1523 else if (symbol_conf.show_nr_samples) in annotation_line__print()
2537 symbol_conf.show_nr_samples ? "Samples" : "Percent", in symbol__annotate_printf()
3104 } else if (symbol_conf.show_nr_samples) { in __annotation_line__write()
3119 symbol_conf.show_nr_samples ? "Samples" : "Percent"); in __annotation_line__write()
3303 } else if (!strcmp(var, "annotate.show_nr_samples")) { in annotation__config()
3304 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
/kernel/linux/linux-5.10/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-report.c1185 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
H A Dbuiltin-top.c1505 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c596 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate()
657 if (symbol_conf.show_nr_samples && annotate.use_gtk) { in cmd_annotate()
H A Dbuiltin-report.c1257 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
H A Dbuiltin-top.c1516 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c588 if (symbol_conf.show_nr_samples) in perf_hpp__init()
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c591 if (symbol_conf.show_nr_samples) in perf_hpp__init()

Completed in 24 milliseconds