diff --git a/[refs] b/[refs] index 3e8a2eee5868..3e06011b46f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 932fed4e2e42c3d730c01bb63b1c4f812c533d5b +refs/heads/master: 2b348a77981227c6b64fb9cf19f7c711a6806bc9 diff --git a/trunk/tools/perf/util/probe-finder.c b/trunk/tools/perf/util/probe-finder.c index a7c7145a8d4f..3b9d0b800d5c 100644 --- a/trunk/tools/perf/util/probe-finder.c +++ b/trunk/tools/perf/util/probe-finder.c @@ -1538,6 +1538,7 @@ static int find_probes(int fd, struct probe_finder *pf) .file = pp->file, .cu_die = &pf->cu_die, .sp_die = &pf->sp_die, + .found = 0, }; struct dwarf_callback_param probe_param = { .data = pf,