Home
last modified time | relevance | path

Searched refs:self_exec_id (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h197 BPF_CORE_READ(parent, self_exec_id); in populate_ancestors()
339 metadata->exec_id = BPF_CORE_READ(task, self_exec_id); in populate_var_metadata()
711 proc_exec_data->parent_exec_id = BPF_CORE_READ(parent_task, self_exec_id); in raw_tracepoint__sched_process_exec()
949 fork_data->parent_exec_id = BPF_CORE_READ(parent, self_exec_id); in raw_tracepoint__sched_process_fork()
/linux-6.15/fs/
H A Dexec.c1359 WRITE_ONCE(me->self_exec_id, me->self_exec_id + 1); in begin_new_exec()
/linux-6.15/ipc/
H A Dmqueue.c822 if (task && task->self_exec_id == in __do_notify()
1385 info->notify_self_exec_id = current->self_exec_id; in do_mq_notify()
/linux-6.15/include/linux/
H A Dsched.h1218 u64 self_exec_id; member
/linux-6.15/kernel/
H A Dfork.c2573 p->parent_exec_id = current->self_exec_id; in copy_process()
H A Dsignal.c2192 if (tsk->parent_exec_id != READ_ONCE(tsk->parent->self_exec_id)) in do_notify_parent()