Lines Matching refs:thread_stack

84 struct thread_stack {  struct
110 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument
128 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init()
152 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new()
155 struct thread_stack *ts = thread->ts, *new_ts; in thread_stack__new()
185 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack()
187 struct thread_stack *ts = thread->ts; in thread__cpu_stack()
203 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack()
215 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr, in thread_stack__push()
234 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop()
255 static void thread_stack__pop_trace_end(struct thread_stack *ts) in thread_stack__pop_trace_end()
267 static bool thread_stack__in_kernel(struct thread_stack *ts) in thread_stack__in_kernel()
276 struct thread_stack *ts, size_t idx, in thread_stack__call_return()
315 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()
340 struct thread_stack *ts = thread->ts; in thread_stack__flush()
359 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__event()
417 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__set_trace_nr()
429 static void __thread_stack__free(struct thread *thread, struct thread_stack *ts) in __thread_stack__free()
435 static void thread_stack__reset(struct thread *thread, struct thread_stack *ts) in thread_stack__reset()
446 struct thread_stack *ts = thread->ts; in thread_stack__free()
465 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__sample()
529 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, in thread_stack__push_cp()
561 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp()
606 static int thread_stack__bottom(struct thread_stack *ts, in thread_stack__bottom()
633 static int thread_stack__pop_ks(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_ks()
651 struct thread_stack *ts, in thread_stack__no_call_return()
745 struct thread_stack *ts, u64 timestamp, in thread_stack__trace_begin()
766 static int thread_stack__trace_end(struct thread_stack *ts, in thread_stack__trace_end()
798 static int thread_stack__x86_retpoline(struct thread_stack *ts, in thread_stack__x86_retpoline()
856 struct thread_stack *ts = thread__stack(thread, sample->cpu); in thread_stack__process()
983 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__depth()