]> git.baikalelectronics.ru Git - kernel.git/commit
perf probe: Fix the missed parameter initialization
authorLin Ming <ming.m.lin@intel.com>
Fri, 29 Apr 2011 08:41:57 +0000 (08:41 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 May 2011 15:06:23 +0000 (17:06 +0200)
commit9f58ad1b3748d466f8c555c995989c586bafa8eb
treea9ef01298f686f979f4ed37d18d39b89ddbb85a8
parenta749e74b5f6d9614a3467abab9cb67ece2f1d4e8
perf probe: Fix the missed parameter initialization

pubname_callback_param::found should be initialized to 0 in
fastpath lookup, the structure is on the stack and
uninitialized otherwise.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Link: http://lkml.kernel.org/r/1304066518-30420-2-git-send-email-ming.m.lin@intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/probe-finder.c