Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
DMakefile79 obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o
/Linux-v6.1/tools/perf/
Dbuiltin-trace.c184 bool trace_syscalls; member
2797 if (trace->trace_syscalls && trace->show_duration)
3025 if (trace->trace_syscalls) {
3941 if (trace->trace_syscalls && trace__add_syscall_newtp(trace))
3944 if (trace->trace_syscalls)
4675 trace->trace_syscalls = true;
4796 .trace_syscalls = false,
4852 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"),
4937 if (!trace.trace_syscalls && !trace.trace_pgfaults &&
4939 trace.trace_syscalls = true;
[all …]