Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h419 int annotate_check_args(struct annotation_options *args);
H A Dannotate.c3203 int annotate_check_args(struct annotation_options *args) in annotate_check_args() function
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-annotate.c580 if (annotate_check_args(&annotate.opts) < 0) in cmd_annotate()
H A Dbuiltin-top.c1626 if (annotate_check_args(&top.annotation_opts) < 0) in cmd_top()
H A Dbuiltin-report.c1348 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()