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()
469 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, in thread_stack__push_cp()
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()
566 struct thread_stack *ts, in thread_stack__no_call_return()
628 struct thread_stack *ts, u64 timestamp, in thread_stack__trace_begin()
649 static int thread_stack__trace_end(struct thread_stack *ts, in thread_stack__trace_end()
677 struct thread_stack *ts = thread->ts; in thread_stack__process() local