Lines Matching defs:thread
21 #include "thread.h"
103 len = thread__comm_len(h->thread);
490 thread__get(he->thread);
698 struct namespaces *ns = thread__namespaces(al->thread);
700 .thread = al->thread,
701 .comm = thread__comm(al->thread),
1098 .thread = al->thread,
1099 .comm = thread__comm(al->thread),
1290 thread__zput(he->thread);
2103 he->thread != hists->thread_filter) {
2686 struct thread *thread = hists->thread_filter;
2738 if (thread) {
2739 if (hists__has(hists, thread)) {
2742 (thread->comm_set ? thread__comm_str(thread) : ""),
2743 thread->tid);
2747 (thread->comm_set ? thread__comm_str(thread) : ""));