Lines Matching defs:thread
126 static struct thread_stack *thread_stack__new(struct thread *thread, in thread_stack__new()
195 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
222 static int thread_stack__flush(struct thread *thread, struct thread_stack *ts) in thread_stack__flush()
245 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, in thread_stack__event()
293 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr) in thread_stack__set_trace_nr()
305 void thread_stack__free(struct thread *thread) in thread_stack__free()
314 void thread_stack__sample(struct thread *thread, struct ip_callchain *chain, in thread_stack__sample()
485 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp()
528 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts, in thread_stack__bottom()
557 static int thread_stack__no_call_return(struct thread *thread, in thread_stack__no_call_return()
619 static int thread_stack__trace_begin(struct thread *thread, in thread_stack__trace_begin()
663 int thread_stack__process(struct thread *thread, struct comm *comm, in thread_stack__process()