Searched refs:target_pid (Results 1 – 14 of 14) sorted by relevance
19 pid_t target_pid = 0; variable31 if (task->pid != target_pid) in BPF_PROG()52 if (task->pid != target_pid) in BPF_PROG()
16 pid_t target_pid = 0; variable43 if (task->pid != target_pid) in handle_getpid()59 if (task->pid != target_pid) in handle_pe()
18 __u32 target_pid; variable48 if (task->pid != target_pid) in no_rcu_lock()68 if (task->pid != target_pid) in yes_rcu_lock()
26 pid_t target_pid = 0; variable39 if (task->pid != target_pid) in BPF_PROG()76 if (task->pid != target_pid) in BPF_PROG()
14 int target_pid = 0; variable25 if ((bpf_get_current_pid_tgid() >> 32) != target_pid) in do_strncmp()
19 __u32 user_data, key_serial, target_pid; variable36 if (task->pid != target_pid) in get_cgroup_id()58 if (task->pid != target_pid) in task_succ()
88 getpgid(skel->bss->target_pid); in test_find_vma_kprobe()118 skel->bss->target_pid = getpid(); in serial_test_find_vma()
24 skel->bss->target_pid = syscall(SYS_gettid); in test_success()57 skel->bss->target_pid = syscall(SYS_gettid); in test_rcuptr_acquire()
49 skel->bss->target_pid = syscall(SYS_gettid); in test_tp_btf()58 skel->bss->target_pid = 0; in test_tp_btf()205 skel->bss->target_pid = syscall(SYS_gettid); in test_yes_rcu_lock()
63 skel->bss->target_pid = getpid(); in test_strncmp_ret()
26 skel->bss->target_pid = syscall(SYS_gettid); in test_sys_enter_exit()
99 pid_t target_pid[AUDIT_AUX_PIDS]; member1017 ctx->target_pid = 0; in audit_reset_context()1779 if (audit_log_pid_context(context, axs->target_pid[i], in audit_log_exit()1788 if (context->target_pid && in audit_log_exit()1789 audit_log_pid_context(context, context->target_pid, in audit_log_exit()2728 context->target_pid = task_tgid_nr(t); in __audit_ptrace()2754 if (!ctx->target_pid) { in audit_signal_info_syscall()2755 ctx->target_pid = task_tgid_nr(t); in audit_signal_info_syscall()2776 axp->target_pid[axp->pid_count] = task_tgid_nr(t); in audit_signal_info_syscall()
142 pid_t target_pid; member
429 int target_pid = 0;435 if (task->tgid != target_pid) /* Check task->pid instead to check thread IDs */453 skel->bss->target_pid = getpid(); /* process ID. For thread id, use gettid() */461 ``target_pid`` is a global variable in the BPF program. The user space program