Searched refs:trace_syscalls (Results 1 – 2 of 2) sorted by relevance
50 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
1447 bool trace_syscalls; member2187 if (trace->trace_syscalls) in trace__event_handler()2368 if (trace->trace_syscalls) { in trace__record()2539 if (trace->trace_syscalls && trace__add_syscall_newtp(trace)) in trace__run()2542 if (trace->trace_syscalls) in trace__run()3046 .trace_syscalls = true, in cmd_trace()3090 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"), in cmd_trace()3129 if (!trace.trace_syscalls && !trace.trace_pgfaults && in cmd_trace()