Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/tools/perf/tests/
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()
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()
Dswitch-tracking.c493 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
506 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
519 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
532 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
Dperf-time-to-tsc.c138 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
143 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-v6.1/tools/include/uapi/linux/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtest_overhead.c146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
/Linux-v6.1/tools/perf/
Dbuiltin-bench.c210 prctl(PR_SET_NAME, name); in run_bench()
Dbuiltin-top.c631 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread_tui()
686 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-v6.1/tools/perf/bench/
Dnuma.c419 prctl(PR_SET_NAME, name); \
/Linux-v6.1/tools/perf/util/
Devlist.c1427 prctl(PR_SET_NAME, "perf-exec"); in evlist__prepare_workload()
/Linux-v6.1/kernel/
Dsys.c2410 case PR_SET_NAME: in SYSCALL_DEFINE5()