~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to tools/perf/Documentation/perf-record.txt

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
where the information in the perf.data file (which includes buildids)
138
138
is sufficient.
139
139
 
 
140
-G name,...::
 
141
--cgroup name,...::
 
142
monitor only in the container (cgroup) called "name". This option is available only
 
143
in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to
 
144
container "name" are monitored when they run on the monitored CPUs. Multiple cgroups
 
145
can be provided. Each cgroup is applied to the corresponding event, i.e., first cgroup
 
146
to first event, second cgroup to second event and so on. It is possible to provide
 
147
an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
 
148
corresponding events, i.e., they always refer to events defined earlier on the command
 
149
line.
 
150
 
140
151
SEE ALSO
141
152
--------
142
153
linkperf:perf-stat[1], linkperf:perf-list[1]