diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index 198c4cc313a16cde89606bc8005b03ec920e004a..7e0e8ae568ec0eaeb5948bd3c141f7ac9f64d847 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c @@ -788,6 +788,7 @@ void thread__find_addr_map(struct thread *thread, cpumode == PERF_RECORD_MISC_USER && machine && mg != &machine->kmaps) { mg = &machine->kmaps; + load_map = true; goto try_again; } } else {