hi, adding support to add field(s) to default field and sort orders via using the '+' prefix, like for report: $ perf report -F +period,sample $ perf report -s +cpu
thanks, jirka Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Corey Ashford <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jean Pihet <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Jiri Olsa <[email protected]> --- Jiri Olsa (2): perf tools: Add +field argument support for --field option perf tools: Add +field argument support for --sort option tools/perf/ui/hist.c | 4 ++-- tools/perf/util/sort.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++------ tools/perf/util/sort.h | 1 + 3 files changed, 49 insertions(+), 8 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

