Re: [PATCH 4/5] perf tools: Support dynamic sort keys for -F/--fields

2016-01-05 Thread Jiri Olsa
On Tue, Jan 05, 2016 at 12:03:46PM +0900, Namhyung Kim wrote: > Now dynamic sort keys are supported for tracepoint events, add it to > output fields too. Acked-by: Jiri Olsa thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to major

[PATCH 4/5] perf tools: Support dynamic sort keys for -F/--fields

2016-01-04 Thread Namhyung Kim
Now dynamic sort keys are supported for tracepoint events, add it to output fields too. Signed-off-by: Namhyung Kim --- tools/perf/util/sort.c | 51 -- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/tools/perf/util/sort.c b/tools/p