Lines Matching defs:thread

113 static inline bool thread_stack__per_cpu(struct thread *thread)  in thread_stack__per_cpu()
136 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init()
173 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new()
208 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack()
226 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack()
298 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
338 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()
364 int thread_stack__flush(struct thread *thread) in thread_stack__flush()
406 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, in thread_stack__event()
473 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr) in thread_stack__set_trace_nr()
487 static void __thread_stack__free(struct thread *thread, struct thread_stack *ts) in __thread_stack__free()
494 static void thread_stack__reset(struct thread *thread, struct thread_stack *ts) in thread_stack__reset()
503 void thread_stack__free(struct thread *thread) in thread_stack__free()
520 void thread_stack__sample(struct thread *thread, int cpu, in thread_stack__sample()
563 void thread_stack__sample_late(struct thread *thread, int cpu, in thread_stack__sample_late()
616 void thread_stack__br_sample(struct thread *thread, int cpu, in thread_stack__br_sample()
677 void thread_stack__br_sample_late(struct thread *thread, int cpu, in thread_stack__br_sample_late()
813 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp()
885 static int thread_stack__pop_ks(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_ks()
902 static int thread_stack__no_call_return(struct thread *thread, in thread_stack__no_call_return()
996 static int thread_stack__trace_begin(struct thread *thread, in thread_stack__trace_begin()
1102 int thread_stack__process(struct thread *thread, struct comm *comm, in thread_stack__process()
1233 size_t thread_stack__depth(struct thread *thread, int cpu) in thread_stack__depth()