Lines Matching defs:thread
36 #include "util/thread.h"
780 al.thread->lbr_stitch_enable = true;
1235 pthread_t thread, thread_process;
1317 ui__error("Could not create process thread.\n");
1321 if (pthread_create(&thread, NULL, (use_browser > 0 ? display_thread_tui :
1323 ui__error("Could not create display thread.\n");
1358 pthread_join(thread, NULL);
1458 "profile events on existing thread id"),
1553 "per thread proc mmap processing timeout in ms"),
1567 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize,
1568 "number of thread to run event synthesize"),
1661 /* display thread wants entries to be collapsed in a different tree */
1701 ui__error("Couldn't create thread/CPU maps: %s\n",
1767 pr_debug("Couldn't start the BPF side band thread:\nBPF programs starting from now on won't be annotatable\n");