Lines Matching defs:thread
22 #include "thread.h"
104 len = thread__comm_len(h->thread);
501 he->thread = thread__get(he->thread);
711 struct namespaces *ns = thread__namespaces(al->thread);
713 .thread = al->thread,
714 .comm = thread__comm(al->thread),
1124 .thread = al->thread,
1125 .comm = thread__comm(al->thread),
1319 thread__zput(he->thread);
2145 RC_CHK_ACCESS(he->thread) != RC_CHK_ACCESS(hists->thread_filter)) {
2749 struct thread *thread = hists->thread_filter;
2801 if (thread) {
2802 if (hists__has(hists, thread)) {
2805 (thread__comm_set(thread) ? thread__comm_str(thread) : ""),
2806 thread__tid(thread));
2810 (thread__comm_set(thread) ? thread__comm_str(thread) : ""));