projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7691b1e
)
perf buildid-list: Fix copy'n'paste help message
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sun, 6 Dec 2009 20:03:10 +0000
(18:03 -0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 6 Dec 2009 20:07:08 +0000
(21:07 +0100)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <
1260129790
-11520-1-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-buildid-list.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/builtin-buildid-list.c
b/tools/perf/builtin-buildid-list.c
index 7dee9d19ab7a8036494373fb71e2258f6c225fa1..dcb6143a000204aa7568f876a44bbf6b6a2619bf 100644
(file)
--- a/
tools/perf/builtin-buildid-list.c
+++ b/
tools/perf/builtin-buildid-list.c
@@
-19,7
+19,7
@@
static char const *input_name = "perf.data";
static int force;
static const char *const buildid_list_usage[] = {
- "perf
repor
t [<options>]",
+ "perf
buildid-lis
t [<options>]",
NULL
};