Home
last modified time | relevance | path

Searched refs:annotation_options (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dannotate.h80 struct annotation_options { struct
104 extern struct annotation_options annotate_opts; argument
292 struct annotation_options *options;
425 void annotation_options__init(struct annotation_options *opt);
426 void annotation_options__exit(struct annotation_options *opt);
428 void annotation_config__init(struct annotation_options *opt);
433 int annotate_check_args(struct annotation_options *args);
H A Dannotate.c61 struct annotation_options annotate_opts;
1238 struct annotation_options *options;
2086 struct annotation_options *opts = &annotate_opts; in symbol__disassemble()
2540 struct annotation_options *opts = &annotate_opts; in symbol__annotate_printf()
3318 struct annotation_options *opt = data; in annotation__config()
3375 void annotation_options__init(struct annotation_options *opt) in annotation_options__init()
3388 void annotation_options__exit(struct annotation_options *opt) in annotation_options__exit()
3394 void annotation_config__init(struct annotation_options *opt) in annotation_config__init()
3450 int annotate_check_args(struct annotation_options *args) in annotate_check_args()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c676 switch_percent_type(struct annotation_options *opts, bool base) in switch_percent_type()