Searched refs:PR_SET_NAME (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/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-v5.10/tools/perf/tests/ |
| D | thread-map.c | 27 !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()
|
| 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 | switch-tracking.c | 486 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 499 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 512 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 525 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
|
| D | backward-ring-buffer.c | 28 prctl(PR_SET_NAME, proc_name); in testcase()
|
| /Linux-v5.10/tools/perf/arch/x86/tests/ |
| D | perf-time-to-tsc.c | 110 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()
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
| /Linux-v5.10/include/uapi/linux/ |
| D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | trampoline_count.c | 111 CHECK_FAIL(prctl(PR_SET_NAME, comm, 0L, 0L, 0L)); in test_trampoline_count()
|
| D | test_overhead.c | 146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
|
| /Linux-v5.10/tools/perf/ |
| D | builtin-bench.c | 201 prctl(PR_SET_NAME, name); in run_bench()
|
| D | builtin-top.c | 629 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread_tui() 687 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread()
|
| D | builtin-sched.c | 48 #define PR_SET_NAME 15 /* Set process name */ macro 632 prctl(PR_SET_NAME, comm2); in thread_func()
|
| /Linux-v5.10/tools/perf/bench/ |
| D | numa.c | 369 prctl(PR_SET_NAME, name); \
|
| /Linux-v5.10/kernel/ |
| D | sys.c | 2342 case PR_SET_NAME: in SYSCALL_DEFINE5()
|