diff options
-rw-r--r-- | tools/perf/util/probe-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 2c1bca240597..35f5b7b7715c 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c | |||
@@ -2061,7 +2061,7 @@ static int find_perf_probe_point_from_map(struct probe_trace_point *tp, | |||
2061 | bool is_kprobe) | 2061 | bool is_kprobe) |
2062 | { | 2062 | { |
2063 | struct symbol *sym = NULL; | 2063 | struct symbol *sym = NULL; |
2064 | struct map *map; | 2064 | struct map *map = NULL; |
2065 | u64 addr = tp->address; | 2065 | u64 addr = tp->address; |
2066 | int ret = -ENOENT; | 2066 | int ret = -ENOENT; |
2067 | 2067 | ||