|
|
@@ -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;
|