Searched refs:PR_SET_NAME (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | keep-tracking.c | 108 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()
|
D | perf-time-to-tsc.c | 98 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()
|
D | switch-tracking.c | 471 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/ |
D | prctl.h | 55 #define PR_SET_NAME 15 /* Set process name */ macro
|
/linux-4.1.27/tools/perf/ |
D | builtin-bench.c | 168 prctl(PR_SET_NAME, name); in run_bench()
|
D | builtin-sched.c | 28 #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/ |
D | numa.c | 307 prctl(PR_SET_NAME, name); \
|
/linux-4.1.27/kernel/ |
D | sys.c | 2111 case PR_SET_NAME: in SYSCALL_DEFINE5()
|