aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/probe-finder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
index ff7865ca3ca3..44554c3c2220 100644
--- a/tools/perf/util/probe-finder.c
+++ b/tools/perf/util/probe-finder.c
@@ -1066,7 +1066,7 @@ static int debuginfo__find_probes(struct debuginfo *dbg,
1066 if (pp->function) 1066 if (pp->function)
1067 ret = find_probe_point_by_func(pf); 1067 ret = find_probe_point_by_func(pf);
1068 else if (pp->lazy_line) 1068 else if (pp->lazy_line)
1069 ret = find_probe_point_lazy(NULL, pf); 1069 ret = find_probe_point_lazy(&pf->cu_die, pf);
1070 else { 1070 else {
1071 pf->lno = pp->line; 1071 pf->lno = pp->line;
1072 ret = find_probe_point_by_line(pf); 1072 ret = find_probe_point_by_line(pf);