Home
last modified time | relevance | path

Searched defs:kvm_info (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dkvm-stat.h29 struct kvm_info { struct
30 char name[KVM_EVENT_NAME_LEN];
31 refcount_t refcnt;
H A Dhist.h300 struct kvm_info *kvm_info; member
/linux/include/linux/
H A Dkvm_host.h883 #define kvm_info(fmt, ...) \ macro