Lines Matching defs:thread
42 #include "util/thread.h"
297 thread__set_lbr_stitch_enable(al.thread, true);
819 struct thread *thread;
826 struct thread *parent_thread, *thread = task->thread;
834 if (thread__ppid(thread) == -1)
837 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread));
872 struct thread *thread = task->thread;
875 thread__pid(thread), thread__tid(thread),
876 thread__ppid(thread), level, "");
878 fprintf(fp, "%s\n", thread__comm_str(thread));
880 maps__fprintf_task(thread__maps(thread), comm_indent, fp);
917 task->thread = rb_entry(nd, struct thread_rb_node, rb_node)->thread;
920 thread__set_priv(task->thread, task);
1260 "Show per-thread event counters"),
1582 /* Force tty output for header output and per-thread stat. */