Home
last modified time | relevance | path

Searched refs:gettid (Results 1 – 25 of 39) sorted by relevance

12

/tools/tracing/rtla/src/
A Dtimerlat_u.c46 retval = sched_setaffinity(gettid(), sizeof(set), &set); in timerlat_u_main()
67 retval = set_pid_cgroup(gettid(), params->cgroup_name); in timerlat_u_main()
86 debug_msg("User-space timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main()
97 debug_msg("Leaving timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main()
/tools/testing/selftests/arm64/abi/
A Dtpidr2.c173 if (gettid() == 0) in write_clone_read()
175 set_tpidr2(gettid()); in write_clone_read()
176 if (get_tpidr2() == gettid()) { in write_clone_read()
/tools/perf/tests/shell/coresight/thread_loop/
A Dthread_loop.c17 #define gettid() syscall(SYS_gettid) macro
31 unsigned long long tid = gettid(); in thrfn()
/tools/build/feature/
A Dtest-gettid.c8 return gettid(); in main()
A DMakefile65 test-gettid.bin \
348 $(OUTPUT)test-gettid.bin:
/tools/testing/selftests/powerpc/dscr/
A Ddscr_explicit_test.c35 srand(gettid()); in dscr_explicit_lockstep_thread()
62 srand(gettid()); in dscr_explicit_lockstep_test()
101 srand(gettid()); in dscr_explicit_random_thread()
A Ddscr_default_test.c86 srand(gettid()); in dscr_default_random_thread()
/tools/testing/selftests/bpf/prog_tests/
A Dkernel_flag.c19 lsm_skel->bss->monitored_tid = gettid(); in test_kernel_flag()
A Dcgroup_xattr.c47 skel->bss->target_pid = gettid(); in test_read_cgroup_xattr()
/tools/testing/selftests/powerpc/mm/
A Dpkey_siginfo.c104 tid = gettid(); in protect()
146 tid = gettid(); in protect_access()
/tools/testing/selftests/arm64/mte/
A Dcheck_gcr_el1_cswitch.c31 pid_t tid = gettid(); in execute_thread()
/tools/perf/jvmti/
A Djvmti_agent.c49 static inline pid_t gettid(void) in gettid() function
387 rec.tid = gettid(); in jvmti_write_code()
/tools/testing/selftests/sched/
A Dcs_prctl_test.c37 static pid_t gettid(void) in gettid() function
205 printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0), in disp_processes()
/tools/testing/selftests/powerpc/include/
A Dutils.h79 static inline pid_t gettid(void) in gettid() function
/tools/testing/selftests/pidfd/
A Dpidfd_info_test.c223 pid_t pid_thread = gettid(); in pidfd_info_pause_thread()
399 pid_t pid_thread = gettid(); in pidfd_info_thread_exec()
548 pid_t pid_thread = gettid(); in pidfd_info_thread_exec_sane()
/tools/build/
A DMakefile.feature72 gettid \
/tools/testing/selftests/landlock/
A Daudit_test.c174 if (getpid() == gettid()) { in thread_audit_test()
242 EXPECT_EQ(getpid(), gettid()); in TEST_F()
/tools/perf/tests/shell/
A Dtest_intel_pt.sh367 .tid = gettid(),
/tools/testing/selftests/timers/
A Dposix_timers.c249 *tid = gettid(); in ignore_thread()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl189 178 n64 gettid sys_gettid
/tools/include/nolibc/
A Dsys.h507 pid_t gettid(void) in gettid() function
/tools/scripts/
A Dsyscall.tbl219 178 common gettid sys_gettid
/tools/testing/selftests/ublk/
A Dkublk.c859 gettid(), dev_id, t->idx); in ublk_io_handler_fn()
869 gettid(), dev_id, t->idx); in ublk_io_handler_fn()
/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

Completed in 34 milliseconds

12