Searched refs:parent_task (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/arm64/kvm/ |
D | fpsimd.c | 19 struct task_struct *p = vcpu->arch.parent_task; in kvm_vcpu_unshare_task_fp() 62 vcpu->arch.parent_task = current; in kvm_arch_vcpu_run_map_fp()
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | profiler.inc.h | 725 struct task_struct* parent_task = BPF_CORE_READ(task, real_parent); in raw_tracepoint__sched_process_exec() local 726 proc_exec_data->parent_pid = BPF_CORE_READ(parent_task, tgid); in raw_tracepoint__sched_process_exec() 727 proc_exec_data->parent_uid = BPF_CORE_READ(parent_task, real_cred, uid.val); in raw_tracepoint__sched_process_exec() 728 proc_exec_data->parent_exec_id = BPF_CORE_READ(parent_task, self_exec_id); in raw_tracepoint__sched_process_exec() 729 proc_exec_data->parent_start_time = BPF_CORE_READ(parent_task, start_time); in raw_tracepoint__sched_process_exec()
|
/Linux-v6.6/Documentation/bpf/libbpf/ |
D | libbpf_overview.rst | 182 struct task_struct *parent_task; 185 err = bpf_core_read(&parent_task, sizeof(void *), &task->parent); 190 /* parent_task contains the value of task->parent pointer */ 194 field of task struct into the ``parent_task`` variable. ``bpf_core_read()`` is
|
/Linux-v6.6/tools/perf/ |
D | builtin-report.c | 827 struct task *parent_task; in tasks_list() local 841 parent_task = thread__priv(parent_thread); in tasks_list() 843 list_add_tail(&task->list, &parent_task->children); in tasks_list() 844 return tasks_list(parent_task, machine); in tasks_list()
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | kvm_host.h | 542 struct task_struct *parent_task; member
|