Re: [PATCH 5/5] perf evlist: Add -T/--trace option to show trace fields

2016-01-05 Thread Jiri Olsa
On Tue, Jan 05, 2016 at 12:03:47PM +0900, Namhyung Kim wrote: > To use dynamic sort keys, it might be good to add an option to see the > list of field names. > > $ perf evlist -T -i perf.data.sched > sched:sched_switch: > trace_fields=prev_comm,prev_pid,prev_prio,prev_state,next_comm,next_pid

[PATCH 5/5] perf evlist: Add -T/--trace option to show trace fields

2016-01-04 Thread Namhyung Kim
To use dynamic sort keys, it might be good to add an option to see the list of field names. $ perf evlist -T -i perf.data.sched sched:sched_switch: trace_fields=prev_comm,prev_pid,prev_prio,prev_state,next_comm,next_pid,next_prio sched:sched_stat_wait: trace_fields=comm,pid,delay sched:sc