aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/thread.c')
-rw-r--r--tools/perf/util/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.c
index 0a9ae8014729..829508a21448 100644
--- 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,
227 struct addr_location *al) 227 struct addr_location *al)
228{ 228{
229 size_t i; 229 size_t i;
230 const u8 const cpumodes[] = { 230 const u8 cpumodes[] = {
231 PERF_RECORD_MISC_USER, 231 PERF_RECORD_MISC_USER,
232 PERF_RECORD_MISC_KERNEL, 232 PERF_RECORD_MISC_KERNEL,
233 PERF_RECORD_MISC_GUEST_USER, 233 PERF_RECORD_MISC_GUEST_USER,