| /linux-5.15/tools/perf/trace/beauty/ |
| A 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-5.15/tools/perf/tests/ |
| A 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()
|
| A 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()
|
| A D | switch-tracking.c | 490 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 503 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 516 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 529 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
|
| A D | perf-time-to-tsc.c | 121 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc() 126 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
|
| A D | backward-ring-buffer.c | 28 prctl(PR_SET_NAME, proc_name); in testcase()
|
| /linux-5.15/tools/include/uapi/linux/ |
| A D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
| /linux-5.15/include/uapi/linux/ |
| A D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
| /linux-5.15/tools/testing/selftests/bpf/prog_tests/ |
| A D | trampoline_count.c | 113 CHECK_FAIL(prctl(PR_SET_NAME, comm, 0L, 0L, 0L)); in test_trampoline_count()
|
| A D | test_overhead.c | 146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
|
| /linux-5.15/tools/perf/ |
| H A D | builtin-bench.c | 202 prctl(PR_SET_NAME, name); in run_bench()
|
| H A D | builtin-top.c | 630 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread_tui() 685 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread()
|
| H A D | builtin-sched.c | 48 #define PR_SET_NAME 15 /* Set process name */ macro 632 prctl(PR_SET_NAME, comm2); in thread_func()
|
| /linux-5.15/tools/perf/bench/ |
| H A D | numa.c | 373 prctl(PR_SET_NAME, name); \
|
| /linux-5.15/tools/perf/util/ |
| H A D | evlist.c | 1400 prctl(PR_SET_NAME, "perf-exec"); in evlist__prepare_workload()
|
| /linux-5.15/kernel/ |
| H A D | sys.c | 2323 case PR_SET_NAME: in SYSCALL_DEFINE5()
|