Home
last modified time | relevance | path

Searched refs:annotate_check_args (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h419 int annotate_check_args(struct annotation_options *args);
Dannotate.c3209 int annotate_check_args(struct annotation_options *args) in annotate_check_args() function
/kernel/linux/linux-6.6/tools/perf/util/
Dannotate.h432 int annotate_check_args(struct annotation_options *args);
Dannotate.c3416 int annotate_check_args(struct annotation_options *args) in annotate_check_args() function
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-annotate.c580 if (annotate_check_args(&annotate.opts) < 0) in cmd_annotate()
Dbuiltin-report.c1348 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
Dbuiltin-top.c1626 if (annotate_check_args(&top.annotation_opts) < 0) in cmd_top()
/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-annotate.c653 if (annotate_check_args(&annotate.opts) < 0) in cmd_annotate()
Dbuiltin-top.c1664 if (annotate_check_args(&top.annotation_opts) < 0) in cmd_top()
Dbuiltin-report.c1448 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()