Home
last modified time | relevance | path

Searched refs:annotation__default_options (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/perf/ui/gtk/
Dannotate.c172 err = symbol__annotate(sym, map, evsel, 0, &annotation__default_options, NULL); in symbol__gtk_annotate()
/Linux-v4.19/tools/perf/util/
Dannotate.h98 extern struct annotation_options annotation__default_options;
Dannotate.c47 struct annotation_options annotation__default_options = { variable
2767 { .name = #n, .value = &annotation__default_options.n, }
2827 annotation__default_options.show_total_period = symbol_conf.show_total_period; in annotation_config__init()
2828 annotation__default_options.show_nr_samples = symbol_conf.show_nr_samples; in annotation_config__init()
/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c487 .opts = annotation__default_options, in cmd_annotate()
Dbuiltin-report.c992 .annotation_opts = annotation__default_options, in cmd_report()
Dbuiltin-top.c1263 .annotation_opts = annotation__default_options, in cmd_top()