Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
DMakefile65 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
/Linux-v4.19/tools/perf/
Dbuiltin-trace.c120 bool trace_syscalls; member
2039 if (trace->trace_syscalls) in trace__event_handler()
2232 if (trace->trace_syscalls) { in trace__record()
2439 if (trace->trace_syscalls && trace__add_syscall_newtp(trace)) in trace__run()
2442 if (trace->trace_syscalls) in trace__run()
3116 trace->trace_syscalls = true; in trace__parse_events_option()
3172 .trace_syscalls = false, in cmd_trace()
3220 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"), in cmd_trace()
3336 if (!trace.trace_syscalls && !trace.trace_pgfaults && in cmd_trace()
3338 trace.trace_syscalls = true; in cmd_trace()