aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/cs-etm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/cs-etm.c')
-rw-r--r--tools/perf/util/cs-etm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c
index 8b70ce865732..6b56c951f301 100644
--- a/tools/perf/util/cs-etm.c
+++ b/tools/perf/util/cs-etm.c
@@ -1002,7 +1002,7 @@ static uint32_t cs_etm__mem_access(struct cs_etm_queue *etmq, uint64_t address,
offset = al.map->map_ip(al.map,address);
- map__load(al.map, machine->symbol_filter);
+ map__load(al.map);
len = dso__data_read_offset(al.map->dso, machine,
offset, buffer, size);