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

Public Attributes | |
| bool(* | is_begin_event )(struct perf_evsel *evsel, struct perf_sample *sample, struct event_key *key) |
| bool(* | is_end_event )(struct perf_evsel *evsel, struct perf_sample *sample, struct event_key *key) |
| struct child_event_ops * | child_ops |
| void(* | decode_key )(struct perf_kvm_stat *kvm, struct event_key *key, char *decode) |
| const char * | name |
Definition at line 53 of file kvm-stat.h.
| struct child_event_ops* kvm_events_ops::child_ops |
Definition at line 59 of file kvm-stat.h.
| void(* kvm_events_ops::decode_key) (struct perf_kvm_stat *kvm, struct event_key *key, char *decode) |
Definition at line 60 of file kvm-stat.h.
| bool(* kvm_events_ops::is_begin_event) (struct perf_evsel *evsel, struct perf_sample *sample, struct event_key *key) |
Definition at line 54 of file kvm-stat.h.
| bool(* kvm_events_ops::is_end_event) (struct perf_evsel *evsel, struct perf_sample *sample, struct event_key *key) |
Definition at line 57 of file kvm-stat.h.
| const char* kvm_events_ops::name |
Definition at line 62 of file kvm-stat.h.