Lines Matching refs:syscalls
17 syscalls, but other system events like pagefaults, task lifetime events,
39 List of syscalls and other perf events (tracepoints, HW cache events,
42 Prefixing with ! shows all syscalls but the ones specified. You may
126 Show only syscalls that failed, i.e. that returned < 0.
141 Show only a summary of syscalls by thread with min, max, and average times
146 Show all syscalls followed by a summary by thread with min, max, and
151 syscalls, using only this option will trigger --summary.
166 --syscalls::
168 --no-syscalls.
272 $ perf trace --no-syscalls -F
274 Trace syscalls, major and minor pagefaults:
283 Trace the first 4 open, openat or open_by_handle_at syscalls (in the future more syscalls may match…