perf tools: Handle print concatenations in event format file
authorSteven Rostedt <srostedt@redhat.com>
Wed, 14 Oct 2009 19:43:32 +0000 (15:43 -0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 15 Oct 2009 08:42:34 +0000 (10:42 +0200)
commit924a79af2cdee26a034b9bdce8c9c76995b5c901
treefece1194adfdd10b5e888ce469aaf511fc41268d
parentb226f744d40b052ac126c4cb16c76f66e5185128
perf tools: Handle print concatenations in event format file

kmem_alloc ftrace event format had a string that was broken up
by two tokens. "string 1" "string 2". This patch lets the parser
be able to handle the concatenation.

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: <20091014194357.253818714@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/trace-event-parse.c