From: Steven Rostedt Date: Wed, 14 Oct 2009 19:43:35 +0000 (-0400) Subject: perf tools: Handle arrays in print fields for trace parsing X-Git-Tag: v2.6.33-rc1~399^2~187^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0959b8d65ce26131c2d5ccfa518a7b76529280fa;p=pandora-kernel.git perf tools: Handle arrays in print fields for trace parsing The array used by the ftrace stack events (caller[x]) causes issues with the parser. This adds code to handle the case, but it also assumes that the array is of type long. Note, this is a special case used (currently) only by the ftrace user and kernel stack records. Signed-off-by: Steven Rostedt Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Arnaldo Carvalho de Melo LKML-Reference: <20091014194358.124833639@goodmis.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed