Home
last modified time | relevance | path

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

/tools/perf/ui/gtk/
Dannotate.c176 err = symbol__annotate(sym, map, evsel, 0, &annotation__default_options, NULL); in symbol__gtk_annotate()
/tools/perf/util/
Dannotate.h107 extern struct annotation_options annotation__default_options;
Dannotate.c61 struct annotation_options annotation__default_options = { variable
3025 { .name = #n, .value = &annotation__default_options.n, }
3085 annotation__default_options.show_total_period = symbol_conf.show_total_period; in annotation_config__init()
3086 annotation__default_options.show_nr_samples = symbol_conf.show_nr_samples; in annotation_config__init()
/tools/perf/
Dbuiltin-annotate.c491 .opts = annotation__default_options, in cmd_annotate()
Dbuiltin-report.c651 &annotation__default_options, NULL); in hists__resort_cb()
1071 .annotation_opts = annotation__default_options, in cmd_report()
Dbuiltin-top.c1420 .annotation_opts = annotation__default_options, in cmd_top()