diff options
Diffstat (limited to 'tools/perf/Documentation/perf-stat.txt')
-rw-r--r-- | tools/perf/Documentation/perf-stat.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt index b6da7affbbee..918cc38ee6d1 100644 --- a/tools/perf/Documentation/perf-stat.txt +++ b/tools/perf/Documentation/perf-stat.txt | |||
@@ -83,6 +83,17 @@ This option is only valid in system-wide mode. | |||
83 | print counts using a CSV-style output to make it easy to import directly into | 83 | print counts using a CSV-style output to make it easy to import directly into |
84 | spreadsheets. Columns are separated by the string specified in SEP. | 84 | spreadsheets. Columns are separated by the string specified in SEP. |
85 | 85 | ||
86 | -G name:: | ||
87 | --cgroup name:: | ||
88 | monitor only in the container (cgroup) called "name". This option is available only | ||
89 | in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to | ||
90 | container "name" are monitored when they run on the monitored CPUs. Multiple cgroups | ||
91 | can be provided. Each cgroup is applied to the corresponding event, i.e., first cgroup | ||
92 | to first event, second cgroup to second event and so on. It is possible to provide | ||
93 | an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have | ||
94 | corresponding events, i.e., they always refer to events defined earlier on the command | ||
95 | line. | ||
96 | |||
86 | EXAMPLES | 97 | EXAMPLES |
87 | -------- | 98 | -------- |
88 | 99 | ||