Home
last modified time | relevance | path

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

/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()
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()
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c100 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
105 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
/tools/perf/
Dbuiltin-bench.c171 prctl(PR_SET_NAME, name); in run_bench()
Dbuiltin-sched.c28 #define PR_SET_NAME 15 /* Set process name */ macro
515 prctl(PR_SET_NAME, comm2); in thread_func()
/tools/perf/bench/
Dnuma.c357 prctl(PR_SET_NAME, name); \