Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
Dprctl.c36 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/
Dkeep-tracking.c118 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()
Dthread-map.c27 !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()
Dswitch-tracking.c485 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()
Dbackward-ring-buffer.c27 prctl(PR_SET_NAME, proc_name); in testcase()
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c109 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/
Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/tools/perf/
Dbuiltin-bench.c184 prctl(PR_SET_NAME, name); in run_bench()
Dbuiltin-top.c626 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()
Dbuiltin-sched.c48 #define PR_SET_NAME 15 /* Set process name */ macro
628 prctl(PR_SET_NAME, comm2); in thread_func()
/tools/perf/bench/
Dnuma.c364 prctl(PR_SET_NAME, name); \