Linux Perf
|
Public Attributes | |
struct intel_bts * | bts |
unsigned int | queue_nr |
struct auxtrace_buffer * | buffer |
bool | on_heap |
bool | done |
pid_t | pid |
pid_t | tid |
int | cpu |
u64 | time |
struct intel_pt_insn | intel_pt_insn |
u32 | sample_flags |
Definition at line 73 of file intel-bts.c.
struct intel_bts* intel_bts_queue::bts |
Definition at line 74 of file intel-bts.c.
struct auxtrace_buffer* intel_bts_queue::buffer |
Definition at line 76 of file intel-bts.c.
int intel_bts_queue::cpu |
Definition at line 81 of file intel-bts.c.
bool intel_bts_queue::done |
Definition at line 78 of file intel-bts.c.
struct intel_pt_insn intel_bts_queue::intel_pt_insn |
Definition at line 83 of file intel-bts.c.
bool intel_bts_queue::on_heap |
Definition at line 77 of file intel-bts.c.
pid_t intel_bts_queue::pid |
Definition at line 79 of file intel-bts.c.
unsigned int intel_bts_queue::queue_nr |
Definition at line 75 of file intel-bts.c.
u32 intel_bts_queue::sample_flags |
Definition at line 84 of file intel-bts.c.
pid_t intel_bts_queue::tid |
Definition at line 80 of file intel-bts.c.
u64 intel_bts_queue::time |
Definition at line 82 of file intel-bts.c.