Lines Matching full:events

31   'perf script record <script> <command>' to record the events required
34 language extension. If <command> is not specified, the events are
46 record the events required for <script> and to run the <script>
50 not specified, the events are recorded using the -a (system-wide)
59 'perf script <top-script>' to both record the events required for
113 Do various checks like samples ordering and lost events.
147 The first -F suppresses trace events (field list is ""), but then the
151 "Overriding previous field request for all events."
157 The first -F sets the fields for all events and the second -F
158 suppresses trace events. The user is given a warning message about
160 events are displayed with the given fields.
166 removes cpu and period from software events.
173 'trace' not valid for hardware events. Ignoring.
174 'trace' not valid for software events. Ignoring.
180 'trace' not valid for software events.
203 The synth field is used by synthesized events which may be created when
231 specifying a group with multiple events defining metrics with the :S option
233 print computed metrics for all the events in the group. Please note
237 For sample events it's possible to display misc field with -F +misc option,
281 Only display events for these comms. CSV that understands
285 Only show events for given process ID (comma separated list).
288 Only show events for given thread ID (comma separated list).
300 --show-task-events
301 Display task related events (e.g. FORK, COMM, EXIT).
303 --show-mmap-events
304 Display mmap related events (e.g. MMAP, MMAP2).
306 --show-namespace-events
307 Display namespace events i.e. events of type PERF_RECORD_NAMESPACES.
309 --show-switch-events
310 Display context switch events i.e. events of type PERF_RECORD_SWITCH or
313 --show-lost-events
314 Display lost events i.e. events of type PERF_RECORD_LOST.
316 --show-round-events
317 Display finished round events i.e. events of type PERF_RECORD_FINISHED_ROUND.
319 --show-bpf-events
320 Display bpf events i.e. events of type PERF_RECORD_KSYMBOL and PERF_RECORD_BPF_EVENT.
322 --show-cgroup-events
323 Display cgroup events i.e. events of type PERF_RECORD_CGROUP.
325 --show-text-poke-events
326 Display text poke events i.e. events of type PERF_RECORD_TEXT_POKE and
439 Only consider events after this event is found.
442 Stop considering events after this event is found.
444 --show-on-off-events::
445 Show the --switch-on/off events too.