diff options
Diffstat (limited to 'tools/perf/util/probe-event.c')
-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 f33326980583..c6603f3bb430 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c | |||
@@ -880,7 +880,7 @@ static void __add_kprobe_trace_events(struct perf_probe_event *pev, | |||
880 | int ntevs, bool allow_suffix) | 880 | int ntevs, bool allow_suffix) |
881 | { | 881 | { |
882 | int i, fd; | 882 | int i, fd; |
883 | struct kprobe_trace_event *tev; | 883 | struct kprobe_trace_event *tev = NULL; |
884 | char buf[64]; | 884 | char buf[64]; |
885 | const char *event, *group; | 885 | const char *event, *group; |
886 | struct strlist *namelist; | 886 | struct strlist *namelist; |