Linux Perf
|
Public Attributes | |
u64 | ret_addr |
u64 | timestamp |
u64 | ref |
u64 | branch_count |
struct call_path * | cp |
bool | no_call |
struct thread_stack_entry - thread stack entry. : return address : timestamp (if known) external reference (e.g. db_id of sample) : the branch count when the entry was created : call path : a 'call' was not seen
Definition at line 40 of file thread-stack.c.
u64 thread_stack_entry::branch_count |
Definition at line 44 of file thread-stack.c.
struct call_path* thread_stack_entry::cp |
Definition at line 45 of file thread-stack.c.
bool thread_stack_entry::no_call |
Definition at line 46 of file thread-stack.c.
u64 thread_stack_entry::ref |
Definition at line 43 of file thread-stack.c.
u64 thread_stack_entry::ret_addr |
Definition at line 41 of file thread-stack.c.
u64 thread_stack_entry::timestamp |
Definition at line 42 of file thread-stack.c.