Linux Perf
call_return Struct Reference

#include <thread-stack.h>

Collaboration diagram for call_return:
Collaboration graph

Public Attributes

struct threadthread
 
struct commcomm
 
struct call_pathcp
 
u64 call_time
 
u64 return_time
 
u64 branch_count
 
u64 call_ref
 
u64 return_ref
 
u64 db_id
 
u32 flags
 

Detailed Description

struct call_return - paired call/return information. : thread in which call/return occurred : comm in which call/return occurred : call path : timestamp of call (if known) : timestamp of return (if known) : number of branches seen between call and return : external reference to 'call' sample (e.g. db_id) : external reference to 'return' sample (e.g. db_id) : id used for db-export : Call/Return flags

Definition at line 57 of file thread-stack.h.

Member Data Documentation

◆ branch_count

u64 call_return::branch_count

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

◆ call_ref

u64 call_return::call_ref

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

◆ call_time

u64 call_return::call_time

Definition at line 61 of file thread-stack.h.

◆ comm

struct comm* call_return::comm

Definition at line 59 of file thread-stack.h.

◆ cp

struct call_path* call_return::cp

Definition at line 60 of file thread-stack.h.

◆ db_id

u64 call_return::db_id

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

◆ flags

u32 call_return::flags

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

◆ return_ref

u64 call_return::return_ref

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

◆ return_time

u64 call_return::return_time

Definition at line 62 of file thread-stack.h.

◆ thread

struct thread* call_return::thread

Definition at line 58 of file thread-stack.h.


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