Lines Matching refs:thread

1256 static struct thread *hist_browser__selected_thread(struct hist_browser *browser)  in hist_browser__selected_thread()
1258 return browser->he_selection->thread; in hist_browser__selected_thread()
1274 const struct thread *thread = hists->thread_filter; in hists__browser_title() local
1321 if (thread) in hists__browser_title()
1324 (thread->comm_set ? thread__comm_str(thread) : ""), in hists__browser_title()
1325 thread->tid); in hists__browser_title()
1440 struct thread *thread; member
1498 struct thread *thread = act->thread; in do_zoom_thread() local
1507 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()
1508 thread->tid); in do_zoom_thread()
1509 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()
1521 char **optstr, struct thread *thread) in add_thread_opt() argument
1523 if (thread == NULL) in add_thread_opt()
1528 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()
1529 thread->tid) < 0) in add_thread_opt()
1532 act->thread = thread; in add_thread_opt()
1609 if (act->thread) { in do_run_script()
1611 thread__comm_str(act->thread)); in do_run_script()
1624 struct thread *thread, struct symbol *sym) in add_script_opt() argument
1626 if (thread) { in add_script_opt()
1628 thread__comm_str(thread)) < 0) in add_script_opt()
1639 act->thread = thread; in add_script_opt()
1835 struct thread *thread = NULL; in perf_evsel__hists_browse() local
1845 thread = hist_browser__selected_thread(browser); in perf_evsel__hists_browse()
1887 actions->thread = thread; in perf_evsel__hists_browse()
1907 actions->thread = NULL; in perf_evsel__hists_browse()
2037 &options[nr_options], thread); in perf_evsel__hists_browse()
2052 thread, NULL); in perf_evsel__hists_browse()