projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab362f5
)
perf tools: Remove duplicate const qualifier
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Mon, 25 Apr 2016 09:47:54 +0000
(10:47 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 25 Apr 2016 21:12:25 +0000
(18:12 -0300)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/1461577678-29517-1-git-send-email-eric.engestrom@imgtec.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/thread.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/thread.c
b/tools/perf/util/thread.c
index
dfd00c6
..
de2036d
100644
(file)
--- a/
tools/perf/util/thread.c
+++ b/
tools/perf/util/thread.c
@@
-233,7
+233,7
@@
void thread__find_cpumode_addr_location(struct thread *thread,
struct addr_location *al)
{
size_t i;
- const u8 c
onst c
pumodes[] = {
+ const u8 cpumodes[] = {
PERF_RECORD_MISC_USER,
PERF_RECORD_MISC_KERNEL,
PERF_RECORD_MISC_GUEST_USER,