Searched refs:trace_syscalls (Results 1 – 2 of 2) sorted by relevance
96 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
216 bool trace_syscalls; member3282 if (trace->trace_syscalls && trace->show_duration) in trace__event_handler()3520 if (trace->trace_syscalls) { in trace__record()4395 if (trace->trace_syscalls && trace__add_syscall_newtp(trace)) in trace__run()4398 if (trace->trace_syscalls) in trace__run()5242 trace->trace_syscalls = true; in trace__parse_events_option()5389 .trace_syscalls = false, in cmd_trace()5443 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"), in cmd_trace()5535 if (!trace.trace_syscalls && !trace.trace_pgfaults && in cmd_trace()5537 trace.trace_syscalls = true; in cmd_trace()[all …]