[PATCH 03/18] perf tools: Introduce new 'ftrace' tool

2013-10-15 Thread Namhyung Kim
From: Namhyung Kim The ftrace command is a simple wrapper of kernel's ftrace functionality. It only supports single thread tracing currently and just reads trace_pipe in text and then write it to stdout. Cc: Steven Rostedt Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim ---

[PATCH 03/18] perf tools: Introduce new 'ftrace' tool

2013-10-15 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com The ftrace command is a simple wrapper of kernel's ftrace functionality. It only supports single thread tracing currently and just reads trace_pipe in text and then write it to stdout. Cc: Steven Rostedt rost...@goodmis.org Cc: Frederic Weisbecker