aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-01-26 12:11:41 +0100
committerIngo Molnar <mingo@elte.hu>2012-01-26 12:11:41 +0100
commit939ddcfa60dabfaed390987bf0103a6654c0fe30 (patch)
treebaa9b89a2b268d99496805f761ab9a00c272c0dc /tools/perf/Documentation
parent96070c83b295b31912ad92d3ffb66baec2b86d50 (diff)
parentf8f4b2872295dca88339ec0c403b2217b1197353 (diff)
downloadkernel_goldelico_gta04-939ddcfa60dabfaed390987bf0103a6654c0fe30.zip
kernel_goldelico_gta04-939ddcfa60dabfaed390987bf0103a6654c0fe30.tar.gz
kernel_goldelico_gta04-939ddcfa60dabfaed390987bf0103a6654c0fe30.tar.bz2
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Pull in the latest perf/core improvements and fixes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-record.txt4
-rw-r--r--tools/perf/Documentation/perf-top.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index 2937f7e..ff9a66e 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -58,6 +58,10 @@ OPTIONS
--tid=::
Record events on existing thread ID.
+-u::
+--uid=::
+ Record events in threads owned by uid. Name or number.
+
-r::
--realtime=::
Collect data with this RT SCHED_FIFO priority.
diff --git a/tools/perf/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt
index b1a5bbb..ab1454e 100644
--- a/tools/perf/Documentation/perf-top.txt
+++ b/tools/perf/Documentation/perf-top.txt
@@ -78,6 +78,10 @@ Default is to monitor all CPUS.
--tid=<tid>::
Profile events on existing thread ID.
+-u::
+--uid=::
+ Record events in threads owned by uid. Name or number.
+
-r <priority>::
--realtime=<priority>::
Collect data with this RT SCHED_FIFO priority.