Searched refs:thread_stack (Results 1 – 2 of 2) sorted by relevance
96 struct thread_stack { struct108 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument126 static struct thread_stack *thread_stack__new(struct thread *thread, in thread_stack__new()129 struct thread_stack *ts; in thread_stack__new()131 ts = zalloc(sizeof(struct thread_stack)); in thread_stack__new()149 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr) in thread_stack__push()166 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop()187 static bool thread_stack__in_kernel(struct thread_stack *ts) in thread_stack__in_kernel()196 struct thread_stack *ts, size_t idx, in thread_stack__call_return()222 static int thread_stack__flush(struct thread *thread, struct thread_stack *ts) in thread_stack__flush()[all …]
12 struct thread_stack;33 struct thread_stack *ts;