Linux Perf
|
#include <thread-stack.h>
Public Attributes | |
struct thread * | thread |
struct comm * | comm |
struct call_path * | cp |
u64 | call_time |
u64 | return_time |
u64 | branch_count |
u64 | call_ref |
u64 | return_ref |
u64 | db_id |
u32 | flags |
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.
u64 call_return::branch_count |
Definition at line 63 of file thread-stack.h.
u64 call_return::call_ref |
Definition at line 64 of file thread-stack.h.
u64 call_return::call_time |
Definition at line 61 of file thread-stack.h.
struct comm* call_return::comm |
Definition at line 59 of file thread-stack.h.
struct call_path* call_return::cp |
Definition at line 60 of file thread-stack.h.
u64 call_return::db_id |
Definition at line 66 of file thread-stack.h.
u32 call_return::flags |
Definition at line 67 of file thread-stack.h.
u64 call_return::return_ref |
Definition at line 65 of file thread-stack.h.
u64 call_return::return_time |
Definition at line 62 of file thread-stack.h.
struct thread* call_return::thread |
Definition at line 58 of file thread-stack.h.