Searched refs:getpid (Results 876 - 900 of 1646) sorted by relevance
1...<<31323334353637383940>>...66
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | sw-clock.c | 65 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
|
H A D | openat-syscall-all-cpus.c | 30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sw-clock.c | 66 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
|
H A D | openat-syscall-all-cpus.c | 31 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
H A D | openat-syscall-tp-fields.c | 67 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
|
H A D | backward-ring-buffer.c | 102 snprintf(pid, sizeof(pid), "%d", getpid()); in test__backward_ring_buffer()
|
H A D | bp_signal_overflow.c | 110 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | mmio_warning_test.c | 70 srand(getpid()); in test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | map_fixed_noreplace.c | 20 snprintf(cmd, sizeof(cmd), "cat /proc/%d/maps", getpid()); in dump_maps()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | find_vma.c | 118 skel->bss->target_pid = getpid(); in serial_test_find_vma()
|
H A D | htab_update.c | 31 skel->bss->pid = getpid(); in test_reenter_update()
|
H A D | map_ops.c | 57 (*skel)->rodata->pid = getpid(); in setup()
|
H A D | perf_buffer.c | 49 int zero = 0, my_pid = getpid(); in serial_test_perf_buffer()
|
H A D | varlen.c | 34 bss->test_pid = getpid(); in test_varlen()
|
H A D | ringbuf_multi.c | 80 skel->bss->pid = getpid(); in test_ringbuf_multi()
|
H A D | snprintf.c | 46 skel->bss->pid = getpid(); in test_snprintf_positive()
|
H A D | sk_storage_tracing.c | 113 my_pid = getpid(); in serial_test_sk_storage_tracing()
|
H A D | test_bpf_syscall_macro.c | 26 skel->rodata->filter_pid = getpid(); in test_bpf_syscall_macro()
|
H A D | test_strncmp.c | 63 skel->bss->target_pid = getpid(); in test_strncmp_ret()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | check_gcr_el1_cswitch.c | 102 cpid = getpid(); in mte_gcr_fork_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | wild_bctr.c | 144 kill(getpid(), SIGUSR2); in test_wild_bctr()
|
H A D | stack_expansion_ldst.c | 69 getpid(); in consume_stack()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_u.c | 59 retval = __set_sched_attr(getpid(), params->sched_param); in timerlat_u_main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | audit_logread.c | 161 audit_set(fd, AUDIT_STATUS_PID, getpid()); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 126 printf("main test running as pid %d\n", getpid()); in eat_cpu()
|
Completed in 8 milliseconds
1...<<31323334353637383940>>...66