Linux Perf
thread_stack_entry Struct Reference
Collaboration diagram for thread_stack_entry:
Collaboration graph

Public Attributes

u64 ret_addr
 
u64 timestamp
 
u64 ref
 
u64 branch_count
 
struct call_pathcp
 
bool no_call
 

Detailed Description

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.

Member Data Documentation

◆ branch_count

u64 thread_stack_entry::branch_count

Definition at line 44 of file thread-stack.c.

◆ cp

struct call_path* thread_stack_entry::cp

Definition at line 45 of file thread-stack.c.

◆ no_call

bool thread_stack_entry::no_call

Definition at line 46 of file thread-stack.c.

◆ ref

u64 thread_stack_entry::ref

Definition at line 43 of file thread-stack.c.

◆ ret_addr

u64 thread_stack_entry::ret_addr

Definition at line 41 of file thread-stack.c.

◆ timestamp

u64 thread_stack_entry::timestamp

Definition at line 42 of file thread-stack.c.


The documentation for this struct was generated from the following file: