Linux Perf
|
Public Attributes | |
struct thread_stack_entry * | stack |
size_t | cnt |
size_t | sz |
u64 | trace_nr |
u64 | branch_count |
u64 | kernel_start |
u64 | last_time |
struct call_return_processor * | crp |
struct comm * | comm |
struct thread_stack - thread stack constructed from 'call' and 'return' branch samples. : array that holds the stack : number of entries in the stack : current maximum stack size : current trace number : running branch count : kernel start address : last timestamp : call/return processor : current comm
Definition at line 62 of file thread-stack.c.
u64 thread_stack::branch_count |
Definition at line 67 of file thread-stack.c.
size_t thread_stack::cnt |
Definition at line 64 of file thread-stack.c.
struct comm* thread_stack::comm |
Definition at line 71 of file thread-stack.c.
struct call_return_processor* thread_stack::crp |
Definition at line 70 of file thread-stack.c.
u64 thread_stack::kernel_start |
Definition at line 68 of file thread-stack.c.
u64 thread_stack::last_time |
Definition at line 69 of file thread-stack.c.
struct thread_stack_entry* thread_stack::stack |
Definition at line 63 of file thread-stack.c.
size_t thread_stack::sz |
Definition at line 65 of file thread-stack.c.
u64 thread_stack::trace_nr |
Definition at line 66 of file thread-stack.c.