projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2116074
)
perf tools: Fix message because cpu list option is -C not -c
author
Adrian Hunter
<adrian.hunter@intel.com>
Fri, 26 May 2017 08:17:19 +0000
(11:17 +0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 21 Jun 2017 14:35:53 +0000
(11:35 -0300)
Fix message because cpu list option is -C not -c
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Link:
http://lkml.kernel.org/r/1495786658-18063-19-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/session.c
b/tools/perf/util/session.c
index
7dc1096
..
d19c40a
100644
(file)
--- a/
tools/perf/util/session.c
+++ b/
tools/perf/util/session.c
@@
-2035,7
+2035,7
@@
int perf_session__cpu_bitmap(struct perf_session *session,
if (!(evsel->attr.sample_type & PERF_SAMPLE_CPU)) {
pr_err("File does not contain CPU events. "
- "Remove -
c
option to proceed.\n");
+ "Remove -
C
option to proceed.\n");
return -1;
}
}