Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
DMakefile73 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
/Linux-v5.10/tools/perf/
Dbuiltin-trace.c183 bool trace_syscalls; member
2777 if (trace->trace_syscalls && trace->show_duration)
3005 if (trace->trace_syscalls) {
3900 if (trace->trace_syscalls && trace__add_syscall_newtp(trace))
3903 if (trace->trace_syscalls)
4636 trace->trace_syscalls = true;
4739 .trace_syscalls = false,
4796 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"),
4874 if (!trace.trace_syscalls && !trace.trace_pgfaults &&
4876 trace.trace_syscalls = true;
[all …]