commit | b99af874829cba2b30d212bc6fd31b56275ee4d2 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Oct 14 15:43:36 2009 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 15 10:42:36 2009 +0200 |
tree | 3fe1964f4d538be5a2fac5b9e934631f528d18cb | |
parent | 0959b8d65ce26131c2d5ccfa518a7b76529280fa [diff] |
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 <srostedt@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <20091014194358.409327875@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>