Searched refs:urand_pid (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_urandom_usdt.c | 8 int urand_pid; variable 16 if (urand_pid != (bpf_get_current_pid_tgid() >> 32)) in BPF_USDT() 31 if (urand_pid != (bpf_get_current_pid_tgid() >> 32)) in BPF_USDT() 46 if (urand_pid != (bpf_get_current_pid_tgid() >> 32)) in BPF_USDT() 61 if (urand_pid != (bpf_get_current_pid_tgid() >> 32)) in BPF_USDT()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe.c | 42 int urand_pid = 0, err; in test_uprobe_attach() local 48 urand_pipe = urand_spawn(&urand_pid); in test_uprobe_attach() 52 skel->bss->my_pid = urand_pid; in test_uprobe_attach() 63 urand_pid, in test_uprobe_attach() 72 urand_pid, in test_uprobe_attach()
|
| H A D | usdt.c | 443 int err, urand_pid = 0; in subtest_urandom_usdt() local 449 urand_pipe = urand_spawn(&urand_pid); in subtest_urandom_usdt() 454 bss->urand_pid = urand_pid; in subtest_urandom_usdt() 462 urand_pid, "./urandom_read", in subtest_urandom_usdt() 469 urand_pid, "./urandom_read", in subtest_urandom_usdt() 476 urand_pid, "./liburandom_read.so", in subtest_urandom_usdt() 483 urand_pid, "./liburandom_read.so", in subtest_urandom_usdt()
|