Linux Perf
perf_kvm_stat Struct Reference

#include <kvm-stat.h>

Collaboration diagram for perf_kvm_stat:
Collaboration graph

Public Attributes

struct perf_tool tool
 
struct record_opts opts
 
struct perf_evlistevlist
 
struct perf_sessionsession
 
const char * file_name
 
const char * report_event
 
const char * sort_key
 
int trace_vcpu
 
struct exit_reasons_tableexit_reasons
 
const char * exit_reasons_isa
 
struct kvm_events_opsevents_ops
 
key_cmp_fun compare
 
struct list_head kvm_events_cache [EVENTS_CACHE_SIZE]
 
u64 total_time
 
u64 total_count
 
u64 lost_events
 
u64 duration
 
struct intlistpid_list
 
struct rb_root result
 
int timerfd
 
unsigned int display_time
 
bool live
 
bool force
 

Detailed Description

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

Member Data Documentation

◆ compare

key_cmp_fun perf_kvm_stat::compare

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

◆ display_time

unsigned int perf_kvm_stat::display_time

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

◆ duration

u64 perf_kvm_stat::duration

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

◆ events_ops

struct kvm_events_ops* perf_kvm_stat::events_ops

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

◆ evlist

struct perf_evlist* perf_kvm_stat::evlist

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

◆ exit_reasons

struct exit_reasons_table* perf_kvm_stat::exit_reasons

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

◆ exit_reasons_isa

const char* perf_kvm_stat::exit_reasons_isa

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

◆ file_name

const char* perf_kvm_stat::file_name

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

◆ force

bool perf_kvm_stat::force

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

◆ kvm_events_cache

struct list_head perf_kvm_stat::kvm_events_cache[EVENTS_CACHE_SIZE]

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

◆ live

bool perf_kvm_stat::live

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

◆ lost_events

u64 perf_kvm_stat::lost_events

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

◆ opts

struct record_opts perf_kvm_stat::opts

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

◆ pid_list

struct intlist* perf_kvm_stat::pid_list

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

◆ report_event

const char* perf_kvm_stat::report_event

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

◆ result

struct rb_root perf_kvm_stat::result

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

◆ session

struct perf_session* perf_kvm_stat::session

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

◆ sort_key

const char* perf_kvm_stat::sort_key

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

◆ timerfd

int perf_kvm_stat::timerfd

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

◆ tool

struct perf_tool perf_kvm_stat::tool

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

◆ total_count

u64 perf_kvm_stat::total_count

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

◆ total_time

u64 perf_kvm_stat::total_time

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

◆ trace_vcpu

int perf_kvm_stat::trace_vcpu

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


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