Home
last modified time | relevance | path

Searched refs:main_thread (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
A Ddb-export.c72 if (main_thread) in db_export__thread()
73 main_thread_db_id = thread__db_id(main_thread); in db_export__thread()
109 struct thread *main_thread) in db_export__exec_comm() argument
296 struct thread *main_thread, in db_export__threads() argument
303 if (main_thread) { in db_export__threads()
308 err = db_export__thread(dbe, main_thread, machine, main_thread); in db_export__threads()
324 if (thread != main_thread) { in db_export__threads()
360 struct thread *main_thread; in db_export__sample() local
421 thread__put(main_thread); in db_export__sample()
538 struct thread *main_thread; in db_export__pid_tid() local
[all …]
A Ddb-export.h85 struct machine *machine, struct thread *main_thread);
89 struct thread *main_thread);
/tools/testing/selftests/mqueue/
A Dmq_perf_tests.c82 pthread_t main_thread; variable
215 if (pthread_self() != main_thread) in sig_action_SIGUSR1()
228 if (pthread_self() != main_thread) in sig_action()
229 pthread_kill(main_thread, signum); in sig_action()
552 main_thread = pthread_self(); in main()
/tools/testing/selftests/bpf/
A Dtest_progs.h135 pthread_t main_thread; member
A Dtest_progs.c217 pthread_kill(env.main_thread, SIGSEGV); in watchdog_timer_func()
260 env.main_thread = pthread_self(); in watchdog_init()

Completed in 38 milliseconds