Symbol: kvm_event
tools/perf/builtin-kvm.c
1057
struct kvm_event *event;
tools/perf/builtin-kvm.c
1086
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
139
struct kvm_event *event_left; \
tools/perf/builtin-kvm.c
140
struct kvm_event *event_right; \
tools/perf/builtin-kvm.c
143
event_left = container_of(left, struct kvm_event, he); \
tools/perf/builtin-kvm.c
144
event_right = container_of(right, struct kvm_event, he); \
tools/perf/builtin-kvm.c
162
struct kvm_event *event; \
tools/perf/builtin-kvm.c
166
event = container_of(he, struct kvm_event, he); \
tools/perf/builtin-kvm.c
212
struct kvm_event *event;
tools/perf/builtin-kvm.c
216
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
244
struct kvm_event *event; \
tools/perf/builtin-kvm.c
247
event = container_of(he, struct kvm_event, he); \
tools/perf/builtin-kvm.c
58
static u64 get_event_ ##func(struct kvm_event *event, int vcpu) \
tools/perf/builtin-kvm.c
636
struct kvm_event *last_event;
tools/perf/builtin-kvm.c
644
struct kvm_event *event;
tools/perf/builtin-kvm.c
656
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
670
static bool kvm_event_expand(struct kvm_event *event, int vcpu_id)
tools/perf/builtin-kvm.c
697
struct kvm_event *kvm_ev;
tools/perf/builtin-kvm.c
71
static int64_t cmp_event_ ## func(struct kvm_event *one, \
tools/perf/builtin-kvm.c
710
struct kvm_event *kvm_ev;
tools/perf/builtin-kvm.c
712
kvm_ev = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
72
struct kvm_event *two, int vcpu) \
tools/perf/builtin-kvm.c
721
static struct kvm_event *find_create_kvm_event(struct perf_kvm_stat *kvm,
tools/perf/builtin-kvm.c
725
struct kvm_event *event;
tools/perf/builtin-kvm.c
746
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
760
struct kvm_event *event = NULL;
tools/perf/builtin-kvm.c
777
static double kvm_event_rel_stddev(int vcpu_id, struct kvm_event *event)
tools/perf/builtin-kvm.c
789
struct kvm_event *event, int vcpu_id,
tools/perf/builtin-kvm.c
835
struct kvm_event *event = NULL;
tools/perf/builtin-kvm.c
861
struct kvm_event *event;
tools/perf/builtin-kvm.c
987
static bool event_is_valid(struct kvm_event *event, int vcpu)
tools/perf/builtin-kvm.c
994
struct kvm_event *event;
tools/perf/builtin-kvm.c
997
event = container_of(he, struct kvm_event, he);