]> Git Repo - linux.git/commit
perf tools: Add overhead/overhead_children keys defaults via string
authorJiri Olsa <[email protected]>
Thu, 7 Jan 2016 09:14:08 +0000 (10:14 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 8 Jan 2016 15:58:58 +0000 (12:58 -0300)
commitb97511c5bc94ef12613f485ab82f989df04088da
treea53c185595b774c9ec2ba6416a16a861738cdd3c
parentbb4ced29f5d5ff1d4d51b602dad34a0d15495a67
perf tools: Add overhead/overhead_children keys defaults via string

We currently set 'overhead' and 'overhead_children' as default sort keys
within perf_hpp__init function by directly adding into the sort list.

This patch adds 'overhead' and 'overhead_children' in text form into
sort_keys and let them be added by standard sort dimension interface.

We need to eliminate dirrect sort_list additions to be able to add
support for hists specific sort keys.

Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Noel Grandin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/ui/hist.c
tools/perf/util/sort.c
This page took 0.054878 seconds and 4 git commands to generate.