Home
last modified time | relevance | path

Searched refs:syscall_trace (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dsyscall_summary.bpf.c14 struct syscall_trace { struct
25 __type(value, struct syscall_trace); argument
106 struct syscall_trace st; in sys_enter()
128 struct syscall_trace *st; in sys_exit()
/linux/arch/mips/kernel/
H A Dentry.S51 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
/linux/arch/sparc/kernel/
H A Dentry.S828 call syscall_trace
849 call syscall_trace
918 call syscall_trace
1040 call syscall_trace
H A Dptrace_32.c436 asmlinkage int syscall_trace(struct pt_regs *regs, int syscall_exit_p) in syscall_trace() function