Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Thu, 4 Feb 2016 07:58:01 +0000 (08:58 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 4 Feb 2016 07:58:01 +0000 (08:58 +0100)
commitd3aaf09f889b31f3b424bf9603b163ec1204c361
treed5ef0fe7c7c3996a8d5dd4aba7093f0d319c299e
parentb83ea91f08f648460b08e8980560abdf96060a19
parentb62e8dfcda8cb133c062c0e1207afea2476eb7fd
Merge tag 'perf-core-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/core

Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:

New features:

 - Add 'L' hotkey to dynamicly set the percent threshold for histogram
   entries and callchains, i.e. dynamicly do what the --percent-limit
   command line option to 'top' and 'report' does. (Namhyung Kim)

Infrastructure changes:

 - Per hists field and sort lists, that will be used, for instance,
   in the c2c tool (Jiri Olsa)

Documentation changes:

 - Update documentation of --sort and --perf-limit options
   for 'perf report' (Namhyung Kim)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>