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
121 Show only syscalls that failed, i.e. that returned < 0.
136 Show only a summary of syscalls by thread with min, max, and average times
141 Show all syscalls followed by a summary by thread with min, max, and
157 --syscalls::
159 --no-syscalls.
258 $ perf trace --no-syscalls -F
260 Trace syscalls, major and minor pagefaults:
269 Trace the first 4 open, openat or open_by_handle_at syscalls (in the future more syscalls may match…