Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/tools/perf/tests/
Dkeep-tracking.c113 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
135 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
Dthread-map.c18 !prctl(PR_SET_NAME, NAMEUL, 0, 0, 0)); in test__thread_map()
85 !prctl(PR_SET_NAME, NAMEUL, 0, 0, 0)); in test__thread_map_synthesize()
Dswitch-tracking.c479 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
492 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
505 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
518 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
Dbackward-ring-buffer.c24 prctl(PR_SET_NAME, proc_name); in testcase()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c103 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
108 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
/Linux-v4.19/tools/include/uapi/linux/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/Linux-v4.19/include/uapi/linux/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/Linux-v4.19/tools/perf/
Dbuiltin-bench.c172 prctl(PR_SET_NAME, name); in run_bench()
Dbuiltin-sched.c41 #define PR_SET_NAME 15 /* Set process name */ macro
621 prctl(PR_SET_NAME, comm2); in thread_func()
/Linux-v4.19/tools/perf/bench/
Dnuma.c361 prctl(PR_SET_NAME, name); \
/Linux-v4.19/kernel/
Dsys.c2320 case PR_SET_NAME: in SYSCALL_DEFINE5()