aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/intel-pt.c')
-rw-r--r--tools/perf/util/intel-pt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/intel-pt.c b/tools/perf/util/intel-pt.c
index 551ff6f640be..d594052c8184 100644
--- a/tools/perf/util/intel-pt.c
+++ b/tools/perf/util/intel-pt.c
@@ -477,7 +477,7 @@ static int intel_pt_walk_next_insn(struct intel_pt_insn *intel_pt_insn,
477 start_ip = *ip; 477 start_ip = *ip;
478 478
479 /* Load maps to ensure dso->is_64_bit has been updated */ 479 /* Load maps to ensure dso->is_64_bit has been updated */
480 map__load(al.map, machine->symbol_filter); 480 map__load(al.map, NULL);
481 481
482 x86_64 = al.map->dso->is_64_bit; 482 x86_64 = al.map->dso->is_64_bit;
483 483
@@ -1294,7 +1294,7 @@ static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip)
1294 if (!map) 1294 if (!map)
1295 return 0; 1295 return 0;
1296 1296
1297 if (map__load(map, machine->symbol_filter)) 1297 if (map__load(map, NULL))
1298 return 0; 1298 return 0;
1299 1299
1300 start = dso__first_symbol(map->dso, MAP__FUNCTION); 1300 start = dso__first_symbol(map->dso, MAP__FUNCTION);