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

Public Attributes

struct thread_stack_entrystack
 
size_t cnt
 
size_t sz
 
u64 trace_nr
 
u64 branch_count
 
u64 kernel_start
 
u64 last_time
 
struct call_return_processorcrp
 
struct commcomm
 

Detailed Description

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.

Member Data Documentation

◆ branch_count

u64 thread_stack::branch_count

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

◆ cnt

size_t thread_stack::cnt

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

◆ comm

struct comm* thread_stack::comm

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

◆ crp

struct call_return_processor* thread_stack::crp

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

◆ kernel_start

u64 thread_stack::kernel_start

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

◆ last_time

u64 thread_stack::last_time

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

◆ stack

struct thread_stack_entry* thread_stack::stack

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

◆ sz

size_t thread_stack::sz

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

◆ trace_nr

u64 thread_stack::trace_nr

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


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