Searched refs:annotation__default_options (Results 1 – 6 of 6) sorted by relevance
/tools/perf/ui/gtk/ |
D | annotate.c | 176 err = symbol__annotate(sym, map, evsel, 0, &annotation__default_options, NULL); in symbol__gtk_annotate()
|
/tools/perf/util/ |
D | annotate.h | 107 extern struct annotation_options annotation__default_options;
|
D | annotate.c | 61 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/ |
D | builtin-annotate.c | 491 .opts = annotation__default_options, in cmd_annotate()
|
D | builtin-report.c | 651 &annotation__default_options, NULL); in hists__resort_cb() 1071 .annotation_opts = annotation__default_options, in cmd_report()
|
D | builtin-top.c | 1420 .annotation_opts = annotation__default_options, in cmd_top()
|