Lines Matching full:thread
3 * thread-stack.h: Synthesize a thread's stack using call / return events
14 struct thread;
40 * @thread: thread in which call/return occurred
55 struct thread *thread; member
83 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
86 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr);
87 void thread_stack__sample(struct thread *thread, int cpu, struct ip_callchain *chain,
89 void thread_stack__sample_late(struct thread *thread, int cpu,
92 void thread_stack__br_sample(struct thread *thread, int cpu,
94 void thread_stack__br_sample_late(struct thread *thread, int cpu,
97 int thread_stack__flush(struct thread *thread);
98 void thread_stack__free(struct thread *thread);
99 size_t thread_stack__depth(struct thread *thread, int cpu);
105 int thread_stack__process(struct thread *thread, struct comm *comm,