Linux Perf
kvm_events_ops Struct Reference

#include <kvm-stat.h>

Collaboration diagram for kvm_events_ops:
Collaboration graph

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_opschild_ops
 
void(* decode_key )(struct perf_kvm_stat *kvm, struct event_key *key, char *decode)
 
const char * name
 

Detailed Description

Definition at line 53 of file kvm-stat.h.

Member Data Documentation

◆ child_ops

struct child_event_ops* kvm_events_ops::child_ops

Definition at line 59 of file kvm-stat.h.

◆ decode_key

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.

◆ is_begin_event

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.

◆ is_end_event

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.

◆ name

const char* kvm_events_ops::name

Definition at line 62 of file kvm-stat.h.


The documentation for this struct was generated from the following file: