Searched refs:trace_syscalls (Results 1 – 2 of 2) sorted by relevance
66 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
154 bool trace_syscalls; member2378 if (trace->trace_syscalls && trace->show_duration) in trace__event_handler()2599 if (trace->trace_syscalls) { in trace__record()3278 if (trace->trace_syscalls && trace__add_syscall_newtp(trace)) in trace__run()3281 if (trace->trace_syscalls) in trace__run()3976 trace->trace_syscalls = true; in trace__parse_events_option()4095 .trace_syscalls = false, in cmd_trace()4148 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"), in cmd_trace()4386 if (!trace.trace_syscalls && !trace.trace_pgfaults && in cmd_trace()4388 trace.trace_syscalls = true; in cmd_trace()