Searched refs:PR_SET_NAME (Results 1 – 11 of 11) sorted by relevance
/tools/perf/trace/beauty/ |
D | prctl.c | 36 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2() 67 [PR_SET_NAME] = all_but2, in syscall_arg__scnprintf_prctl_option()
|
/tools/perf/tests/ |
D | keep-tracking.c | 118 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking() 140 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
|
D | thread-map.c | 27 !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()
|
D | switch-tracking.c | 485 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 498 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 511 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking() 524 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
|
D | backward-ring-buffer.c | 27 prctl(PR_SET_NAME, proc_name); in testcase()
|
/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 109 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc() 114 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
|
/tools/include/uapi/linux/ |
D | prctl.h | 56 #define PR_SET_NAME 15 /* Set process name */ macro
|
/tools/perf/ |
D | builtin-bench.c | 184 prctl(PR_SET_NAME, name); in run_bench()
|
D | builtin-top.c | 626 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread_tui() 678 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread()
|
D | builtin-sched.c | 48 #define PR_SET_NAME 15 /* Set process name */ macro 628 prctl(PR_SET_NAME, comm2); in thread_func()
|
/tools/perf/bench/ |
D | numa.c | 364 prctl(PR_SET_NAME, name); \
|