diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-09-28 09:46:43 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-09-28 09:46:43 +0200 |
commit | 1d787d37c8ff6612b8151c6dff15bfa7347bcbdf (patch) | |
tree | f33947a6603b406ba1e8b80114b2de313bcd9f09 /tools/perf/command-list.txt | |
parent | ac2ba2b363a40a2431506d446985af4e4108b0d2 (diff) | |
parent | aec1930b0f6f281a0ca038cd03aceace3fe0bb61 (diff) | |
download | talos-op-linux-1d787d37c8ff6612b8151c6dff15bfa7347bcbdf.tar.gz talos-op-linux-1d787d37c8ff6612b8151c6dff15bfa7347bcbdf.zip |
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:
* Improve listing of accessible enum perf probe variables, from Hyeoncheol Lee.
* Don't stop the build if the audit libraries are not installed, fix from Namhyung Kim.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/command-list.txt')
-rw-r--r-- | tools/perf/command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/command-list.txt b/tools/perf/command-list.txt index 0303ec692274..3e86bbd8c2d5 100644 --- a/tools/perf/command-list.txt +++ b/tools/perf/command-list.txt @@ -17,6 +17,7 @@ perf-report mainporcelain common perf-stat mainporcelain common perf-timechart mainporcelain common perf-top mainporcelain common +perf-trace mainporcelain common perf-script mainporcelain common perf-probe mainporcelain full perf-kmem mainporcelain common |