[PATCH 17/18] perf ftrace: Tidy up the function graph output of 'show' subcommand

2013-10-15 Thread Namhyung Kim
From: Namhyung Kim Now it doesn't call pevent_print_event() but prints context info in itself using print_graph_duration(). Make it compact by only print cpu number and duration: # perf ftrace show ... 10) 0.065 us | __fsnotify_parent(); 10)| fsnotify() { 10)

[PATCH 17/18] perf ftrace: Tidy up the function graph output of 'show' subcommand

2013-10-15 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Now it doesn't call pevent_print_event() but prints context info in itself using print_graph_duration(). Make it compact by only print cpu number and duration: # perf ftrace show ... 10) 0.065 us | __fsnotify_parent(); 10)|