Lines Matching full:events

16 This command will show the events associated with the target, initially
17 syscalls, but other system events like pagefaults, task lifetime events,
18 scheduling events, etc.
22 but the session needs to include the raw_syscalls events (-e 'raw_syscalls:*').
24 automatically include the raw_syscalls events when writing events to a file.
39 List of syscalls and other perf events (tracepoints, HW cache events,
41 See 'perf list' for a complete list of events.
56 Record events on existing process ID (comma separated list).
60 Record events on existing thread ID (comma separated list).
64 Record events in threads owned by uid. Name or number.
68 Record events in threads in a cgroup.
81 other events (raw_syscalls:sys_{enter,exit}, etc are left "without"
92 Filter out events for these pids and for 'trace' itself (comma separated list).
111 In per-thread mode with inheritance mode on (default), Events are captured only when
115 Show only events that had a duration greater than N.M ms.
125 Process events from a given perf data file.
174 --max-events=N::
175 Stop after processing N events. Note that strace-like events are considered
180 Only consider events after this event is found.
183 Stop considering events after this event is found.
185 --show-on-off-events::
186 Show the --switch-on/off events too.
217 --sort-events::
218 Do sorting on batches of events, use when noticing out of order events that
223 Dump BPF maps setup by events passed via -e, for instance the augmented_raw_syscalls
271 $ perf trace -e open* --max-events 4
272 [root@jouet perf]# trace -e open* --max-events 4
281 # perf trace -F min --max-stack=7 --max-events 1 sleep 1
294 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
311 Trace the next two sched:sched_switch events, four block:*_plug events, the
312 next block:*_unplug and the next three net:*dev_queue events, this last one