Home
last modified time | relevance | path

Searched refs:raw_syscalls (Results 1 – 9 of 9) sorted by relevance

/tools/perf/scripts/perl/
A Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit subroutine
31 raw_syscalls::sys_exit(@_)
/tools/testing/selftests/ftrace/test.d/trigger/
A Dtrigger-hist-mod.tc35 echo 'hist:keys=id.syscall' > events/raw_syscalls/sys_exit/trigger
37 grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
/tools/perf/scripts/perl/bin/
A Dfailed-syscalls-record2 (perf record -e raw_syscalls:sys_exit $@ || \
/tools/perf/scripts/python/bin/
A Dfailed-syscalls-by-pid-record2 (perf record -e raw_syscalls:sys_exit $@ || \
A Dsctop-record2 (perf record -e raw_syscalls:sys_enter $@ || \
A Dsyscall-counts-by-pid-record2 (perf record -e raw_syscalls:sys_enter $@ || \
A Dsyscall-counts-record2 (perf record -e raw_syscalls:sys_enter $@ || \
/tools/perf/Documentation/
A Dperf-trace.txt22 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.
80 Will set all raw_syscalls:sys_{enter,exit}, pgfault, vfs_getname, etc
86 other events (raw_syscalls:sys_{enter,exit}, etc are left "without"
224 raw_syscalls:sys_{enter,exit} tracepoints, for debugging.
A Dperf-script-python.txt87 tracing/events/raw_syscalls. These are called for all syscalls; the
96 # perf record -a -e raw_syscalls:sys_enter
359 perf record -a -e raw_syscalls:sys_enter

Completed in 11 milliseconds