Home
last modified time | relevance | path

Searched refs:test_pid (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtask_ls_recursion.c14 int test_pid = 0; variable
35 if (!test_pid || task->pid != test_pid) in BPF_PROG()
53 if (!test_pid || task->pid != test_pid) in BPF_PROG()
94 if (!test_pid || task->pid != test_pid) in BPF_PROG()
Dtest_varlen.c14 int test_pid = 0; variable
50 if (test_pid != pid || !capture) in handler64_unsigned()
80 if (test_pid != pid || !capture) in handler64_signed()
106 if (test_pid != pid || !capture) in handler32_unsigned()
134 if (test_pid != pid || !capture) in handler32_signed()
Dtest_uprobe_autoattach.c21 int test_pid; variable
97 if (test_pid != pid) in BPF_UPROBE()
110 if (test_pid != pid) in BPF_URETPROBE()
Dtest_stack_var_off.c9 int test_pid; variable
21 if ((bpf_get_current_pid_tgid() >> 32) != test_pid) in probe()
Dexhandler_kern.c13 int test_pid; variable
25 if (test_pid != pid) in BPF_PROG()
Dtest_unpriv_bpf_disabled.c13 int test_pid; variable
68 if (cur_pid != test_pid) in sys_nanosleep_enter()
/linux-6.6.21/drivers/usb/misc/
Dehset.c75 u16 test_pid = le16_to_cpu(dev->descriptor.idProduct); in ehset_probe() local
77 switch (test_pid) { in ehset_probe()
158 __func__, test_pid); in ehset_probe()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Duprobe_autoattach.c30 skel->bss->test_pid = getpid(); in test_uprobe_autoattach()
35 skel->bss->test_pid = getpid(); in test_uprobe_autoattach()
Dstack_var_off.c18 skel->bss->test_pid = getpid(); in test_stack_var_off()
Dexhandler.c28 skel->bss->test_pid = getpid(); in test_exhandler()
Dtask_local_storage.c101 skel->bss->test_pid = getpid(); in test_recursion()
103 skel->bss->test_pid = 0; in test_recursion()
Dvarlen.c34 bss->test_pid = getpid(); in test_varlen()
Dunpriv_bpf_disabled.c244 skel->bss->test_pid = getpid(); in test_unpriv_bpf_disabled()