]> git.baikalelectronics.ru Git - kernel.git/commit
perf top: Add --fields option to specify output fields
authorNamhyung Kim <namhyung@kernel.org>
Tue, 4 Mar 2014 02:01:41 +0000 (11:01 +0900)
committerJiri Olsa <jolsa@kernel.org>
Wed, 21 May 2014 09:45:36 +0000 (11:45 +0200)
commitea441c32db5174ae3b929cfc21c805f7f6b5d46b
tree84e7c5148554942c89cd16c223d612dc7c3299cd
parent6b9db997c3c149ec914d9866ec302f841efd0b64
perf top: Add --fields option to specify output fields

The --fields option is to allow user setup output field in any order.
It can receive any sort keys and following (hpp) fields:

  overhead, overhead_sys, overhead_us, sample and period

If guest profiling is enabled, overhead_guest_{sys,us} will be
available too.

More more information, please see previous patch "perf report:
Add -F option to specify output fields"

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1400480762-22852-15-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/Documentation/perf-top.txt
tools/perf/builtin-top.c