|
Linux Kernel
3.7.1
|
#include <linux/kvm_host.h>#include <linux/fs.h>#include <linux/seq_file.h>#include <linux/debugfs.h>#include <linux/uaccess.h>#include <linux/module.h>#include <asm/time.h>#include <asm-generic/div64.h>#include "timing.h"Go to the source code of this file.
Functions | |
| void | kvmppc_init_timing_stats (struct kvm_vcpu *vcpu) |
| void | kvmppc_update_timing_stats (struct kvm_vcpu *vcpu) |
| void | kvmppc_create_vcpu_debugfs (struct kvm_vcpu *vcpu, unsigned int id) |
| void | kvmppc_remove_vcpu_debugfs (struct kvm_vcpu *vcpu) |
1.8.2