Home
last modified time | relevance | path

Searched refs:PR_SET_NAME (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dprctl.c37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2()
68 [PR_SET_NAME] = all_but2, in syscall_arg__scnprintf_prctl_option()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dprctl.c37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2()
68 [PR_SET_NAME] = all_but2, in syscall_arg__scnprintf_prctl_option()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dkeep-tracking.c119 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
141 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
H A Dthread-map.c27 !prctl(PR_SET_NAME, NAMEUL, 0, 0, 0)); in test__thread_map()
94 !prctl(PR_SET_NAME, NAMEUL, 0, 0, 0)); in test__thread_map_synthesize()
H A Dswitch-tracking.c486 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
488 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
499 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
501 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
512 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
514 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
525 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
527 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
H A Dbackward-ring-buffer.c28 prctl(PR_SET_NAME, proc_name); in testcase()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dthread-map.c28 !prctl(PR_SET_NAME, NAMEUL, 0, 0, 0)); in test__thread_map()
95 !prctl(PR_SET_NAME, NAMEUL, 0, 0, 0)); in test__thread_map_synthesize()
H A Dkeep-tracking.c119 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
141 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
H A Dswitch-tracking.c484 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
486 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
497 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
499 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
510 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
512 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
523 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
525 pr_debug("PR_SET_NAME failed!\n"); in test__switch_tracking()
H A Dperf-time-to-tsc.c139 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
144 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c110 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
115 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
/kernel/linux/linux-6.6/tools/testing/selftests/prctl/
H A Dset-process-name.c3 * This test covers the PR_SET_NAME functionality of prctl calls
20 res = prctl(PR_SET_NAME, name, NULL, NULL, NULL); in set_name()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
H A Dprocess_test_039.cpp67 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
H A Dprocess_test_044.cpp83 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_040.cpp90 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
H A Dprocess_test_041.cpp113 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dprctl.h39 #define PR_SET_NAME 15 macro
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_016.cpp80 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
H A Dpthread_test_015.cpp81 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
H A Dpthread_test_019.cpp106 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
H A Dpthread_test_017.cpp78 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtest_overhead.c146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
H A Dtrampoline_count.c111 CHECK_FAIL(prctl(PR_SET_NAME, comm, 0L, 0L, 0L)); in test_trampoline_count()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro

Completed in 9 milliseconds

12