aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/powerpc/util/sym-handling.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/arch/powerpc/util/sym-handling.c')
-rw-r--r--tools/perf/arch/powerpc/util/sym-handling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/arch/powerpc/util/sym-handling.c b/tools/perf/arch/powerpc/util/sym-handling.c
index 35745a733100..ed9d5d15d5b6 100644
--- a/tools/perf/arch/powerpc/util/sym-handling.c
+++ b/tools/perf/arch/powerpc/util/sym-handling.c
@@ -108,7 +108,7 @@ void arch__post_process_probe_trace_events(struct perf_probe_event *pev,
108 int i = 0; 108 int i = 0;
109 109
110 map = get_target_map(pev->target, pev->uprobes); 110 map = get_target_map(pev->target, pev->uprobes);
111 if (!map || map__load(map, NULL) < 0) 111 if (!map || map__load(map) < 0)
112 return; 112 return;
113 113
114 for (i = 0; i < ntevs; i++) { 114 for (i = 0; i < ntevs; i++) {