|
Linux Perf
|
#include <kvm-stat.h>

Public Attributes | |
| struct perf_tool | tool |
| struct record_opts | opts |
| struct perf_evlist * | evlist |
| struct perf_session * | session |
| const char * | file_name |
| const char * | report_event |
| const char * | sort_key |
| int | trace_vcpu |
| struct exit_reasons_table * | exit_reasons |
| const char * | exit_reasons_isa |
| struct kvm_events_ops * | events_ops |
| key_cmp_fun | compare |
| struct list_head | kvm_events_cache [EVENTS_CACHE_SIZE] |
| u64 | total_time |
| u64 | total_count |
| u64 | lost_events |
| u64 | duration |
| struct intlist * | pid_list |
| struct rb_root | result |
| int | timerfd |
| unsigned int | display_time |
| bool | live |
| bool | force |
Definition at line 73 of file kvm-stat.h.
| key_cmp_fun perf_kvm_stat::compare |
Definition at line 88 of file kvm-stat.h.
| unsigned int perf_kvm_stat::display_time |
Definition at line 101 of file kvm-stat.h.
| u64 perf_kvm_stat::duration |
Definition at line 94 of file kvm-stat.h.
| struct kvm_events_ops* perf_kvm_stat::events_ops |
Definition at line 87 of file kvm-stat.h.
| struct perf_evlist* perf_kvm_stat::evlist |
Definition at line 76 of file kvm-stat.h.
| struct exit_reasons_table* perf_kvm_stat::exit_reasons |
Definition at line 84 of file kvm-stat.h.
| const char* perf_kvm_stat::exit_reasons_isa |
Definition at line 85 of file kvm-stat.h.
| const char* perf_kvm_stat::file_name |
Definition at line 79 of file kvm-stat.h.
| bool perf_kvm_stat::force |
Definition at line 103 of file kvm-stat.h.
| struct list_head perf_kvm_stat::kvm_events_cache[EVENTS_CACHE_SIZE] |
Definition at line 89 of file kvm-stat.h.
| bool perf_kvm_stat::live |
Definition at line 102 of file kvm-stat.h.
| u64 perf_kvm_stat::lost_events |
Definition at line 93 of file kvm-stat.h.
| struct record_opts perf_kvm_stat::opts |
Definition at line 75 of file kvm-stat.h.
| struct intlist* perf_kvm_stat::pid_list |
Definition at line 96 of file kvm-stat.h.
| const char* perf_kvm_stat::report_event |
Definition at line 80 of file kvm-stat.h.
| struct rb_root perf_kvm_stat::result |
Definition at line 98 of file kvm-stat.h.
| struct perf_session* perf_kvm_stat::session |
Definition at line 77 of file kvm-stat.h.
| const char* perf_kvm_stat::sort_key |
Definition at line 81 of file kvm-stat.h.
| int perf_kvm_stat::timerfd |
Definition at line 100 of file kvm-stat.h.
| struct perf_tool perf_kvm_stat::tool |
Definition at line 74 of file kvm-stat.h.
| u64 perf_kvm_stat::total_count |
Definition at line 92 of file kvm-stat.h.
| u64 perf_kvm_stat::total_time |
Definition at line 91 of file kvm-stat.h.
| int perf_kvm_stat::trace_vcpu |
Definition at line 82 of file kvm-stat.h.