projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b8d98
)
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
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 15 Jul 2017 09:57:48 +0000
(11:57 +0200)
commit
3b556bced46aa6b1873da7faa18eff235e896adc
upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/perf/util/thread.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/thread.c
b/tools/perf/util/thread.c
index 0a9ae8014729c085ffd2872e2bc13871f79c9908..829508a214481d9e8ba1a0d4337e52c571d47bc1 100644
(file)
--- a/
tools/perf/util/thread.c
+++ b/
tools/perf/util/thread.c
@@
-227,7
+227,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,