Home
last modified time | relevance | path

Searched defs:th (Results 1 – 10 of 10) sorted by relevance

/tools/perf/util/
Dmachine.c394 struct thread *th, pid_t pid) in machine__update_thread_pid()
449 struct thread *th; in __threads__get_last_match() local
468 struct thread *th = NULL; in threads__get_last_match() local
477 __threads__set_last_match(struct threads *threads, struct thread *th) in __threads__set_last_match()
483 threads__set_last_match(struct threads *threads, struct thread *th) in threads__set_last_match()
500 struct thread *th; in ____machine__findnew_thread() local
567 struct thread *th; in machine__findnew_thread() local
579 struct thread *th; in machine__find_thread() local
1754 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread()
1787 void machine__remove_thread(struct machine *machine, struct thread *th) in machine__remove_thread()
Devlist.h74 pthread_t th; member
Dcs-etm.c2247 struct thread *th; in cs_etm__process_itrace_start() local
2270 struct thread *th; in cs_etm__process_switch_cpu_wide() local
Dsort.c109 const struct thread *th = arg; in hist_entry__thread_filter() local
/tools/testing/selftests/bpf/progs/
Dtest_select_reuseport_kern.c108 struct tcphdr *th = data; in _select_by_skb_data() local
Dtest_xdp.c51 struct tcphdr *th; in get_dport() local
Dtest_xdp_loop.c47 struct tcphdr *th; in get_dport() local
/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c56 pthread_t th[NTHREAD]; in test() local
/tools/testing/selftests/net/
Dtcp_mmap.c283 pthread_t th; in do_accept() local
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c398 static void set_pthread_cpu(pthread_t th, int cpu) in set_pthread_cpu()