[PATCH 10/18] perf ftrace: Add dump_printf() for low-level debugging

2013-10-15 Thread Namhyung Kim
From: Namhyung Kim For reusability, rename trace_event() to dump_raw_event() and pass size as an argument. And use it in do_ftrace_report() to show raw data of ftrace entries. Signed-off-by: Namhyung Kim --- tools/perf/builtin-ftrace.c | 6 ++ tools/perf/util/debug.c | 8

[PATCH 10/18] perf ftrace: Add dump_printf() for low-level debugging

2013-10-15 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com For reusability, rename trace_event() to dump_raw_event() and pass size as an argument. And use it in do_ftrace_report() to show raw data of ftrace entries. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/builtin-ftrace.c | 6 ++