/linux-6.6.21/tools/perf/trace/beauty/ |
D | prctl.c | 37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2() 68 [PR_SET_NAME] = all_but2, in syscall_arg__scnprintf_prctl_option()
|
/linux-6.6.21/tools/perf/tests/ |
D | keep-tracking.c | 119 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()
|
D | thread-map.c | 28 !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()
|
D | switch-tracking.c | 484 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 497 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 510 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 523 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
|
D | perf-time-to-tsc.c | 139 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()
|
D | backward-ring-buffer.c | 28 prctl(PR_SET_NAME, proc_name); in testcase()
|
/linux-6.6.21/tools/testing/selftests/prctl/ |
D | set-process-name.c | 20 res = prctl(PR_SET_NAME, name, NULL, NULL, NULL); in set_name()
|
/linux-6.6.21/include/uapi/linux/ |
D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | test_overhead.c | 146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
|
/linux-6.6.21/tools/tracing/rtla/src/ |
D | timerlat_u.c | 168 prctl(PR_SET_NAME, (unsigned long)proc_name, 0, 0, 0); in timerlat_u_dispatcher()
|
/linux-6.6.21/tools/perf/ |
D | builtin-bench.c | 224 prctl(PR_SET_NAME, name); in run_bench()
|
D | builtin-top.c | 633 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread_tui() 688 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread()
|
D | builtin-sched.c | 49 #define PR_SET_NAME 15 /* Set process name */ macro 634 prctl(PR_SET_NAME, comm2); in thread_func()
|
/linux-6.6.21/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 905 …CASE_TEST(prctl); EXPECT_SYSER(1, prctl(PR_SET_NAME, (unsigned long)NULL, 0, 0, 0), -1… in run_syscall()
|
/linux-6.6.21/tools/perf/bench/ |
D | numa.c | 420 prctl(PR_SET_NAME, name); \
|
/linux-6.6.21/tools/perf/util/ |
D | evlist.c | 1448 prctl(PR_SET_NAME, "perf-exec"); in evlist__prepare_workload()
|
/linux-6.6.21/kernel/ |
D | sys.c | 2491 case PR_SET_NAME: in SYSCALL_DEFINE5()
|