]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8c81aae31f698e445e92043485f8990d4293960a
treed5ef0fe7c7c3996a8d5dd4aba7093f0d319c299e
parentf430dfcc4aaccd53eb9977a7a94e2ec206c943cb
parentf0116619bbd5c821949e87dd21213076fddecc7f
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/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>