Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c53 struct thread_stack_entry { struct
89 struct thread_stack_entry *stack;
120 struct thread_stack_entry *new_stack; in thread_stack__grow()
124 sz = new_sz * sizeof(struct thread_stack_entry); in thread_stack__grow()
303 struct thread_stack_entry *tse; in thread_stack__call_return()
786 struct thread_stack_entry *tse; in thread_stack__push_cp()
824 struct thread_stack_entry *tse = &ts->stack[0]; in thread_stack__pop_cp()
1001 struct thread_stack_entry *tse; in thread_stack__trace_begin()
1053 struct thread_stack_entry *tse = &ts->stack[ts->cnt - 1]; in thread_stack__x86_retpoline()