Home
last modified time | relevance | path

Searched refs:thread_stack (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dthread-stack.c96 struct thread_stack { struct
108 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument
126 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 …]
Dthread.h13 struct thread_stack;
34 struct thread_stack *ts;