Merge commit 'v2.6.33' into perf/core
Merge reason: __percpu annotations need the corresponding sparse address space definition upstream. Conflicts: tools/perf/util/probe-event.c (trivial)
This commit is contained in:
@@ -442,10 +442,10 @@ void thread__find_addr_map(struct thread *self,
|
||||
al->thread = self;
|
||||
al->addr = addr;
|
||||
|
||||
if (cpumode & PERF_RECORD_MISC_KERNEL) {
|
||||
if (cpumode == PERF_RECORD_MISC_KERNEL) {
|
||||
al->level = 'k';
|
||||
mg = &session->kmaps;
|
||||
} else if (cpumode & PERF_RECORD_MISC_USER)
|
||||
} else if (cpumode == PERF_RECORD_MISC_USER)
|
||||
al->level = '.';
|
||||
else {
|
||||
al->level = 'H';
|
||||
|
Reference in New Issue
Block a user