Lines Matching defs:thread
92 static struct thread_stack *thread_stack__new(struct thread *thread, in thread_stack__new()
161 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
188 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()
211 int thread_stack__flush(struct thread *thread) in thread_stack__flush()
219 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, in thread_stack__event()
267 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr) in thread_stack__set_trace_nr()
279 void thread_stack__free(struct thread *thread) in thread_stack__free()
288 void thread_stack__sample(struct thread *thread, struct ip_callchain *chain, in thread_stack__sample()
357 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp()
400 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts, in thread_stack__bottom()
429 static int thread_stack__no_call_return(struct thread *thread, in thread_stack__no_call_return()
491 static int thread_stack__trace_begin(struct thread *thread, in thread_stack__trace_begin()
535 int thread_stack__process(struct thread *thread, struct comm *comm, in thread_stack__process()
621 size_t thread_stack__depth(struct thread *thread) in thread_stack__depth()