Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dkeep-tracking.c108 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
130 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
Dperf-time-to-tsc.c98 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
103 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
Dswitch-tracking.c471 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
484 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()
/linux-4.1.27/include/uapi/linux/
Dprctl.h55 #define PR_SET_NAME 15 /* Set process name */ macro
/linux-4.1.27/tools/perf/
Dbuiltin-bench.c168 prctl(PR_SET_NAME, name); in run_bench()
Dbuiltin-sched.c28 #define PR_SET_NAME 15 /* Set process name */ macro
513 prctl(PR_SET_NAME, comm2); in thread_func()
/linux-4.1.27/tools/perf/bench/
Dnuma.c307 prctl(PR_SET_NAME, name); \
/linux-4.1.27/kernel/
Dsys.c2111 case PR_SET_NAME: in SYSCALL_DEFINE5()