Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h199 BPF_CORE_READ(parent, self_exec_id); in populate_ancestors()
343 metadata->exec_id = BPF_CORE_READ(task, self_exec_id); in populate_var_metadata()
717 proc_exec_data->parent_exec_id = BPF_CORE_READ(parent_task, self_exec_id); in raw_tracepoint__sched_process_exec()
966 fork_data->parent_exec_id = BPF_CORE_READ(parent, self_exec_id); in raw_tracepoint__sched_process_fork()
/Linux-v6.1/fs/
Dexec.c1364 WRITE_ONCE(me->self_exec_id, me->self_exec_id + 1); in begin_new_exec()
/Linux-v6.1/ipc/
Dmqueue.c821 if (task && task->self_exec_id == in __do_notify()
1419 info->notify_self_exec_id = current->self_exec_id; in do_mq_notify()
/Linux-v6.1/include/linux/
Dsched.h1129 u64 self_exec_id; member
/Linux-v6.1/kernel/
Dfork.c2399 p->parent_exec_id = current->self_exec_id; in copy_process()
Dsignal.c2049 if (tsk->parent_exec_id != READ_ONCE(tsk->parent->self_exec_id)) in do_notify_parent()