Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/gtk/
Dannotate.c176 err = symbol__annotate(sym, map, evsel, 0, &annotation__default_options, NULL); in symbol__gtk_annotate()
/Linux-v5.4/tools/perf/util/
Dannotate.h107 extern struct annotation_options annotation__default_options;
Dannotate.c61 struct annotation_options annotation__default_options = { variable
3021 { .name = #n, .value = &annotation__default_options.n, }
3081 annotation__default_options.show_total_period = symbol_conf.show_total_period; in annotation_config__init()
3082 annotation__default_options.show_nr_samples = symbol_conf.show_nr_samples; in annotation_config__init()
/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c491 .opts = annotation__default_options, in cmd_annotate()
Dbuiltin-report.c643 &annotation__default_options, NULL); in hists__resort_cb()
1062 .annotation_opts = annotation__default_options, in cmd_report()
Dbuiltin-top.c1418 .annotation_opts = annotation__default_options, in cmd_top()