diff options
Diffstat (limited to 'tools/perf/util/intel-bts.c')
-rw-r--r-- | tools/perf/util/intel-bts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/intel-bts.c b/tools/perf/util/intel-bts.c index 749e6f2e37ca..240b095eddba 100644 --- a/tools/perf/util/intel-bts.c +++ b/tools/perf/util/intel-bts.c | |||
@@ -346,7 +346,7 @@ static int intel_bts_get_next_insn(struct intel_bts_queue *btsq, u64 ip) | |||
346 | goto out_put; | 346 | goto out_put; |
347 | 347 | ||
348 | /* Load maps to ensure dso->is_64_bit has been updated */ | 348 | /* Load maps to ensure dso->is_64_bit has been updated */ |
349 | map__load(al.map, machine->symbol_filter); | 349 | map__load(al.map, NULL); |
350 | 350 | ||
351 | x86_64 = al.map->dso->is_64_bit; | 351 | x86_64 = al.map->dso->is_64_bit; |
352 | 352 | ||