Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dannotate.h421 int annotate_check_args(struct annotation_options *args);
Dannotate.c3239 int annotate_check_args(struct annotation_options *args) in annotate_check_args() function
/Linux-v5.15/tools/perf/
Dbuiltin-annotate.c586 if (annotate_check_args(&annotate.opts) < 0) in cmd_annotate()
Dbuiltin-report.c1367 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
Dbuiltin-top.c1621 if (annotate_check_args(&top.annotation_opts) < 0) in cmd_top()