Home
last modified time | relevance | path

Searched refs:trace_syscalls (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/trace/
DMakefile50 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c1447 bool trace_syscalls; member
2187 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()