Linux Perf
|
Public Attributes | |
struct auxtrace | auxtrace |
struct auxtrace_queues | queues |
struct auxtrace_heap | heap |
u32 | auxtrace_type |
struct perf_session * | session |
struct machine * | machine |
bool | sampling_mode |
bool | snapshot_mode |
bool | data_queued |
u32 | pmu_type |
struct perf_tsc_conversion | tc |
bool | cap_user_time_zero |
struct itrace_synth_opts | synth_opts |
bool | sample_branches |
u32 | branches_filter |
u64 | branches_sample_type |
u64 | branches_id |
size_t | branches_event_size |
unsigned long | num_events |
Definition at line 51 of file intel-bts.c.
struct auxtrace intel_bts::auxtrace |
Definition at line 52 of file intel-bts.c.
u32 intel_bts::auxtrace_type |
Definition at line 55 of file intel-bts.c.
size_t intel_bts::branches_event_size |
Definition at line 69 of file intel-bts.c.
u32 intel_bts::branches_filter |
Definition at line 66 of file intel-bts.c.
u64 intel_bts::branches_id |
Definition at line 68 of file intel-bts.c.
u64 intel_bts::branches_sample_type |
Definition at line 67 of file intel-bts.c.
bool intel_bts::cap_user_time_zero |
Definition at line 63 of file intel-bts.c.
bool intel_bts::data_queued |
Definition at line 60 of file intel-bts.c.
struct auxtrace_heap intel_bts::heap |
Definition at line 54 of file intel-bts.c.
struct machine* intel_bts::machine |
Definition at line 57 of file intel-bts.c.
unsigned long intel_bts::num_events |
Definition at line 70 of file intel-bts.c.
u32 intel_bts::pmu_type |
Definition at line 61 of file intel-bts.c.
struct auxtrace_queues intel_bts::queues |
Definition at line 53 of file intel-bts.c.
bool intel_bts::sample_branches |
Definition at line 65 of file intel-bts.c.
bool intel_bts::sampling_mode |
Definition at line 58 of file intel-bts.c.
struct perf_session* intel_bts::session |
Definition at line 56 of file intel-bts.c.
bool intel_bts::snapshot_mode |
Definition at line 59 of file intel-bts.c.
struct itrace_synth_opts intel_bts::synth_opts |
Definition at line 64 of file intel-bts.c.
struct perf_tsc_conversion intel_bts::tc |
Definition at line 62 of file intel-bts.c.