Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Dsched.h318 TP_PROTO(struct task_struct *p, pid_t old_pid,
321 TP_ARGS(p, old_pid, bprm),
326 __field( pid_t, old_pid )
332 __entry->old_pid = old_pid;
336 __entry->pid, __entry->old_pid)
/linux-4.19.296/fs/
Dexec.c1701 pid_t old_pid, old_vpid; in exec_binprm() local
1705 old_pid = current->pid; in exec_binprm()
1713 trace_sched_process_exec(current, old_pid, bprm); in exec_binprm()