From: Lin Ming Date: Fri, 29 Apr 2011 08:41:57 +0000 (+0000) Subject: perf probe: Fix the missed parameter initialization X-Git-Tag: v3.0-rc1~404^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b348a77981227c6b64fb9cf19f7c711a6806bc9;p=pandora-kernel.git 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 Cc: Arnaldo Carvalho de Melo Link: http://lkml.kernel.org/r/1304066518-30420-2-git-send-email-ming.m.lin@intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed