diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index 327d6845e90873f54b9bddb2a16488d9665c45d5..aa9c7df120cae92fafcf83cf758d6ebadb431278 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c @@ -1705,7 +1705,7 @@ bool sample_addr_correlates_sym(struct perf_event_attr *attr) void thread__resolve(struct thread *thread, struct addr_location *al, struct perf_sample *sample) { - thread__find_map(thread, sample->cpumode, sample->addr, al); + thread__find_map_fb(thread, sample->cpumode, sample->addr, al); al->cpu = sample->cpu; al->sym = NULL;