Linux Perf
|
#include <kvm-stat.h>
Public Attributes | |
struct list_head | hash_entry |
struct rb_node | rb |
struct event_key | key |
struct kvm_event_stats | total |
int | max_vcpu |
struct kvm_event_stats * | vcpu |
Definition at line 24 of file kvm-stat.h.
struct list_head kvm_event::hash_entry |
Definition at line 25 of file kvm-stat.h.
struct event_key kvm_event::key |
Definition at line 28 of file kvm-stat.h.
int kvm_event::max_vcpu |
Definition at line 33 of file kvm-stat.h.
struct rb_node kvm_event::rb |
Definition at line 26 of file kvm-stat.h.
struct kvm_event_stats kvm_event::total |
Definition at line 30 of file kvm-stat.h.
struct kvm_event_stats* kvm_event::vcpu |
Definition at line 34 of file kvm-stat.h.