[PATCH 1/2] perf: Add function to post process kernel trace events

2016-08-09 Thread Ravi Bangoria
Instead of inline code, introduce function to post process kernel probe trace events. Signed-off-by: Ravi Bangoria --- tools/perf/util/probe-event.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git

[PATCH 1/2] perf: Add function to post process kernel trace events

2016-08-09 Thread Ravi Bangoria
Instead of inline code, introduce function to post process kernel probe trace events. Signed-off-by: Ravi Bangoria --- tools/perf/util/probe-event.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/tools/perf/util/probe-event.c