Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dprctl.c37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2()
68 [PR_SET_NAME] = all_but2, in syscall_arg__scnprintf_prctl_option()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A 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()
H A Dkeep-tracking.c119 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
141 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
H A Dswitch-tracking.c486 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
499 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
512 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
525 err = prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0); in test__switch_tracking()
H A Dbackward-ring-buffer.c28 prctl(PR_SET_NAME, proc_name); in testcase()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c110 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
115 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drk_ble_app.c129 prctl(PR_SET_NAME,"rk_config_wifi_thread"); in rk_config_wifi_thread()
149 prctl(PR_SET_NAME,"rk_ble_send_data"); in rk_ble_send_data()
H A Drk_wifi_test.c118 prctl(PR_SET_NAME,"rk_config_wifi_thread"); in rk_wifi_config_thread()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h56 #define PR_SET_NAME 15 /* Set process name */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtrampoline_count.c111 CHECK_FAIL(prctl(PR_SET_NAME, comm, 0L, 0L, 0L)); in test_trampoline_count()
H A Dtest_overhead.c146 prctl(PR_SET_NAME, comm, 0L, 0L, 0L); in test_test_overhead()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-bench.c201 prctl(PR_SET_NAME, name); in run_bench()
H A Dbuiltin-top.c629 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread_tui()
687 prctl(PR_SET_NAME, "perf-top-UI", 0, 0, 0); in display_thread()
H A Dbuiltin-sched.c48 #define PR_SET_NAME 15 /* Set process name */ macro
632 prctl(PR_SET_NAME, comm2); in thread_func()
/OK3568_Linux_fs/external/rkwifibt-app/test/softap/
H A Dsoftap.c466 prctl(PR_SET_NAME, "threadAccept"); in threadAccept()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c369 prctl(PR_SET_NAME, name); \
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2492 case PR_SET_NAME: in SYSCALL_DEFINE5()