From: Steven Rostedt Date: Wed, 14 Oct 2009 19:43:36 +0000 (-0400) Subject: perf tools: Handle * as typecast in trace parsing X-Git-Tag: v2.6.33-rc1~399^2~187^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99af874829cba2b30d212bc6fd31b56275ee4d2;p=pandora-kernel.git perf tools: Handle * as typecast in trace parsing The '*' is currently only treated as a multiplication, and it needs to be handled as a typecast pointer. This is the version used by trace-cmd. Signed-off-by: Steven Rostedt Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Arnaldo Carvalho de Melo LKML-Reference: <20091014194358.409327875@goodmis.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed