Lines Matching defs:ts
108 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow()
129 struct thread_stack *ts; in thread_stack__new() local
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()
461 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, in thread_stack__push_cp()
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()
558 struct thread_stack *ts, in thread_stack__no_call_return()
620 struct thread_stack *ts, u64 timestamp, in thread_stack__trace_begin()
641 static int thread_stack__trace_end(struct thread_stack *ts, in thread_stack__trace_end()
669 struct thread_stack *ts = thread->ts; in thread_stack__process() local