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__flush(struct thread *thread) in thread_stack__flush()
253 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, in thread_stack__event()
301 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr) in thread_stack__set_trace_nr()
313 void thread_stack__free(struct thread *thread) in thread_stack__free()
322 void thread_stack__sample(struct thread *thread, struct ip_callchain *chain, in thread_stack__sample()
493 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp()
536 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts, in thread_stack__bottom()
565 static int thread_stack__no_call_return(struct thread *thread, in thread_stack__no_call_return()
627 static int thread_stack__trace_begin(struct thread *thread, in thread_stack__trace_begin()
671 int thread_stack__process(struct thread *thread, struct comm *comm, in thread_stack__process()