Home
last modified time | relevance | path

Searched refs:sys_gettid (Results 1 – 25 of 32) sorted by relevance

12

/tools/testing/selftests/bpf/
A Dbpf_util.h66 #ifndef sys_gettid
67 #define sys_gettid() syscall(SYS_gettid) macro
/tools/testing/selftests/bpf/prog_tests/
A Dcgrp_local_storage.c66 skel->bss->target_pid = sys_gettid(); in test_tp_btf()
72 sys_gettid(); in test_tp_btf()
73 sys_gettid(); in test_tp_btf()
157 sys_gettid(); in test_recursion()
227 skel->bss->target_pid = sys_gettid(); in test_yes_rcu_lock()
A Draw_tp_null.c18 skel->bss->tid = sys_gettid(); in test_raw_tp_null()
A Drcu_read_lock.c24 skel->bss->target_pid = sys_gettid(); in test_success()
61 skel->bss->target_pid = sys_gettid(); in test_rcuptr_acquire()
A Dlinked_funcs.c23 skel->rodata->my_tid = sys_gettid(); in test_linked_funcs()
A Dtask_local_storage.c34 skel->bss->target_pid = sys_gettid(); in test_sys_enter_exit()
40 sys_gettid(); in test_sys_enter_exit()
41 sys_gettid(); in test_sys_enter_exit()
110 sys_gettid(); in test_recursion()
265 my_tid = sys_gettid(); in test_uptr_basic()
A Dns_current_pid_tgid.c26 *pid = sys_gettid(); in get_pid_tgid()
A Dbpf_iter.c229 skel->bss->tid = sys_gettid(); in test_task_common_nocheck()
258 ASSERT_NEQ(getpid(), sys_gettid(), "check_new_thread_id"); in run_test_task_tid()
261 linfo.task.tid = sys_gettid(); in run_test_task_tid()
A Dbpf_cookie.c739 skel->bss->my_tid = sys_gettid(); in test_bpf_cookie()
/tools/testing/selftests/landlock/
A Dwrappers.h44 static inline pid_t sys_gettid(void) in sys_gettid() function
A Dcommon.h252 "_selftests-landlock-abstract-unix-tid%d-index%d", sys_gettid(), in set_unix_address()
/tools/testing/selftests/proc/
A Dproc.h17 static inline pid_t sys_gettid(void) in sys_gettid() function
A Dthread-self.c34 tid = sys_gettid(); in f()
/tools/testing/selftests/bpf/map_tests/
A Dtask_storage_map.c119 sys_gettid(); in test_task_storage_map_stress_lookup()
/tools/include/nolibc/
A Dsys.h501 pid_t sys_gettid(void) in sys_gettid() function
509 return sys_gettid(); in gettid()
/tools/testing/selftests/bpf/benchs/
A Dbench_trigger.c76 tid = sys_gettid(); in inc_counter()
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl247 236 common gettid sys_gettid sys_gettid
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl189 178 n64 gettid sys_gettid
/tools/scripts/
A Dsyscall.tbl219 178 common gettid sys_gettid
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl228 206 common gettid sys_gettid
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl234 224 common gettid sys_gettid
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl198 186 common gettid sys_gettid
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl141 127 common gettid sys_gettid
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl311 378 common gettid sys_gettid
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl242 224 common gettid sys_gettid

Completed in 31 milliseconds

12