]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/Documentation/perf-record.txt
perf cgroup: Simplify arguments when tracking multiple events
[linux.git] / tools / perf / Documentation / perf-record.txt
index 3eea6de35a38dd34593868e54dc2896a6c18f8cd..76bc2181d214185e885bfe2ae1d827e9a3e4b600 100644 (file)
@@ -308,7 +308,11 @@ can be provided. Each cgroup is applied to the corresponding event, i.e., first
 to first event, second cgroup to second event and so on. It is possible to provide
 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
 corresponding events, i.e., they always refer to events defined earlier on the command
-line.
+line. If the user wants to track multiple events for a specific cgroup, the user can
+use '-e e1 -e e2 -G foo,foo' or just use '-e e1 -e e2 -G foo'.
+
+If wanting to monitor, say, 'cycles' for a cgroup and also for system wide, this
+command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
 
 -b::
 --branch-any::