Searched refs:raw_syscalls (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit subroutine
31 raw_syscalls::sys_exit(@_)
/linux-4.4.14/include/trace/events/
H A Dsyscalls.h2 #define TRACE_SYSTEM raw_syscalls
/linux-4.4.14/tools/perf/
H A Dbuiltin-trace.c246 struct perf_evsel *evsel = perf_evsel__newtp("raw_syscalls", direction); perf_evsel__syscall_newtp()
1876 * echo 1 > /t/events/raw_syscalls/sys_exit/enable trace__syscall_info()
2373 if (is_valid_tracepoint("raw_syscalls:sys_enter")) trace__record()
2374 rec_argv[j++] = "raw_syscalls:sys_enter,raw_syscalls:sys_exit"; trace__record()
2378 pr_err("Neither raw_syscalls nor syscalls events exist.\n"); trace__record()
2704 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)"); trace__run()
2778 "raw_syscalls:sys_enter"); trace__replay()
2779 /* older kernels have syscalls tp versus raw_syscalls */ trace__replay()
2787 pr_err("Error during initialize raw_syscalls:sys_enter event\n"); trace__replay()
2792 "raw_syscalls:sys_exit"); trace__replay()
2799 pr_err("Error during initialize raw_syscalls:sys_exit event\n"); trace__replay()

Completed in 202 milliseconds