Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dthread-stack.c53 struct thread_stack_entry { struct
85 struct thread_stack_entry *stack; argument
112 struct thread_stack_entry *new_stack; in thread_stack__grow()
116 sz = new_sz * sizeof(struct thread_stack_entry); in thread_stack__grow()
280 struct thread_stack_entry *tse; in thread_stack__call_return()
533 struct thread_stack_entry *tse; in thread_stack__push_cp()
571 struct thread_stack_entry *tse = &ts->stack[0]; in thread_stack__pop_cp()
748 struct thread_stack_entry *tse; in thread_stack__trace_begin()
802 struct thread_stack_entry *tse = &ts->stack[ts->cnt - 1]; in thread_stack__x86_retpoline()