Lines Matching defs:thread
37 #include "util/thread.h"
781 thread__set_lbr_stitch_enable(al.thread, true);
1241 pthread_t thread, thread_process;
1323 ui__error("Could not create process thread.\n");
1327 if (pthread_create(&thread, NULL, (use_browser > 0 ? display_thread_tui :
1329 ui__error("Could not create display thread.\n");
1364 pthread_join(thread, NULL);
1470 "profile events on existing thread id"),
1566 "per thread proc mmap processing timeout in ms"),
1582 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize,
1583 "number of thread to run event synthesize"),
1721 /* display thread wants entries to be collapsed in a different tree */
1763 ui__error("Couldn't create thread/CPU maps: %s\n",
1832 pr_debug("Couldn't start the BPF side band thread:\nBPF programs starting from now on won't be annotatable\n");