diff options
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 07aaeea60000..d33fe937e6f1 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c | |||
@@ -809,7 +809,7 @@ fallback: | |||
809 | pr_err("Can't annotate %s:\n\n" | 809 | pr_err("Can't annotate %s:\n\n" |
810 | "No vmlinux file%s\nwas found in the path.\n\n" | 810 | "No vmlinux file%s\nwas found in the path.\n\n" |
811 | "Please use:\n\n" | 811 | "Please use:\n\n" |
812 | " perf buildid-cache -av vmlinux\n\n" | 812 | " perf buildid-cache -vu vmlinux\n\n" |
813 | "or:\n\n" | 813 | "or:\n\n" |
814 | " --vmlinux vmlinux\n", | 814 | " --vmlinux vmlinux\n", |
815 | sym->name, build_id_msg ?: ""); | 815 | sym->name, build_id_msg ?: ""); |