Lines Matching refs:thread
42 #include "util/thread.h"
271 al.thread->lbr_stitch_enable = true;
759 struct thread *thread;
766 struct thread *parent_thread, *thread = task->thread;
774 if (thread->ppid == -1)
777 parent_thread = machine__find_thread(machine, -1, thread->ppid);
807 struct thread *thread = task->thread;
810 thread->pid_, thread->tid, thread->ppid,
813 fprintf(fp, "%s\n", thread__comm_str(thread));
815 maps__fprintf_task(thread->maps, comm_indent, fp);
852 task->thread = rb_entry(nd, struct thread, rb_node);
855 thread__set_priv(task->thread, task);
1188 "Show per-thread event counters"),
1487 /* Force tty output for header output and per-thread stat. */