Symbol: kvm_event
tools/perf/builtin-kvm.c
1055
struct kvm_event *event;
tools/perf/builtin-kvm.c
1084
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
140
struct kvm_event *event_left; \
tools/perf/builtin-kvm.c
141
struct kvm_event *event_right; \
tools/perf/builtin-kvm.c
144
event_left = container_of(left, struct kvm_event, he); \
tools/perf/builtin-kvm.c
145
event_right = container_of(right, struct kvm_event, he); \
tools/perf/builtin-kvm.c
163
struct kvm_event *event; \
tools/perf/builtin-kvm.c
167
event = container_of(he, struct kvm_event, he); \
tools/perf/builtin-kvm.c
213
struct kvm_event *event;
tools/perf/builtin-kvm.c
217
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
245
struct kvm_event *event; \
tools/perf/builtin-kvm.c
248
event = container_of(he, struct kvm_event, he); \
tools/perf/builtin-kvm.c
59
static u64 get_event_ ##func(struct kvm_event *event, int vcpu) \
tools/perf/builtin-kvm.c
637
struct kvm_event *last_event;
tools/perf/builtin-kvm.c
645
struct kvm_event *event;
tools/perf/builtin-kvm.c
657
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
671
static bool kvm_event_expand(struct kvm_event *event, int vcpu_id)
tools/perf/builtin-kvm.c
698
struct kvm_event *kvm_ev;
tools/perf/builtin-kvm.c
711
struct kvm_event *kvm_ev;
tools/perf/builtin-kvm.c
713
kvm_ev = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
72
static int64_t cmp_event_ ## func(struct kvm_event *one, \
tools/perf/builtin-kvm.c
722
static struct kvm_event *find_create_kvm_event(struct perf_kvm_stat *kvm,
tools/perf/builtin-kvm.c
726
struct kvm_event *event;
tools/perf/builtin-kvm.c
73
struct kvm_event *two, int vcpu) \
tools/perf/builtin-kvm.c
747
event = container_of(he, struct kvm_event, he);
tools/perf/builtin-kvm.c
761
struct kvm_event *event = NULL;
tools/perf/builtin-kvm.c
778
static double kvm_event_rel_stddev(int vcpu_id, struct kvm_event *event)
tools/perf/builtin-kvm.c
790
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
985
static bool event_is_valid(struct kvm_event *event, int vcpu)
tools/perf/builtin-kvm.c
992
struct kvm_event *event;
tools/perf/builtin-kvm.c
995
event = container_of(he, struct kvm_event, he);