Home
last modified time | relevance | path

Searched refs:PR_SET_NAME (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/tools/perf/trace/beauty/
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()
/linux-6.6.21/tools/perf/tests/
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()
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()
Dswitch-tracking.c484 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()
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()
Dbackward-ring-buffer.c28 prctl(PR_SET_NAME, proc_name); in testcase()
/linux-6.6.21/tools/testing/selftests/prctl/
Dset-process-name.c20 res = prctl(PR_SET_NAME, name, NULL, NULL, NULL); in set_name()
/linux-6.6.21/include/uapi/linux/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/linux-6.6.21/tools/include/uapi/linux/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dtest_overhead.c146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
/linux-6.6.21/tools/tracing/rtla/src/
Dtimerlat_u.c168 prctl(PR_SET_NAME, (unsigned long)proc_name, 0, 0, 0); in timerlat_u_dispatcher()
/linux-6.6.21/tools/perf/
Dbuiltin-bench.c224 prctl(PR_SET_NAME, name); in run_bench()
Dbuiltin-top.c633 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()
Dbuiltin-sched.c49 #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/
Dnolibc-test.c905 …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/
Dnuma.c420 prctl(PR_SET_NAME, name); \
/linux-6.6.21/tools/perf/util/
Devlist.c1448 prctl(PR_SET_NAME, "perf-exec"); in evlist__prepare_workload()
/linux-6.6.21/kernel/
Dsys.c2491 case PR_SET_NAME: in SYSCALL_DEFINE5()