Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/
H A Dsyscall.h38 static inline void syscall_tracepoint_update(struct task_struct *p) in syscall_tracepoint_update() function
46 static inline void syscall_tracepoint_update(struct task_struct *p) in syscall_tracepoint_update() function
/openbmc/linux/kernel/
H A Dfork.c2718 syscall_tracepoint_update(p); in copy_process()