/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-kvm.c | 32 #include <asm/kvm.h> 74 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, 132 return !strcmp(evsel->name, "kvm:kvm_exit"); 148 return !strcmp(evsel->name, "kvm:kvm_entry"); 166 static const char *get_exit_reason(struct perf_kvm_stat *kvm, u64 exit_code) 168 int i = kvm->exit_reasons_size; 169 struct exit_reasons_table *tbl = kvm->exit_reasons; 177 pr_err("unknown kvm exit code:%lld on %s\n", 178 (unsigned long long)exit_code, kvm->exit_reasons_isa); 182 static void exit_event_decode_key(struct perf_kvm_stat *kvm, 790 struct perf_kvm_stat *kvm = container_of(tool, struct perf_kvm_stat, tool); local 812 struct perf_kvm_stat *kvm = container_of(tool, struct perf_kvm_stat, local 1576 struct perf_kvm_stat kvm = { local [all...] |
command-list.txt | 14 perf-kvm mainporcelain common
|
Makefile | 428 BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o
|
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/ |
kvm_host.h | 21 #include <linux/kvm.h> 74 /* KVM Hugepage definitions for x86 */ 100 struct kvm; 226 /* The page is obsolete if mmu_valid_gen != kvm->arch.mmu_valid_gen. */ 664 struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); 722 int (*vm_has_apicv)(struct kvm *kvm); 724 void (*hwapic_isr_update)(struct kvm *kvm, int isr) [all...] |
/external/qemu/target-arm/ |
kvm-consts.h | 2 * KVM ARM ABI constant definitions 6 * Provide versions of KVM constant defines that can be used even 8 * KVM headers. If CONFIG_KVM is set, we do a compile-time check 19 #include <linux/kvm.h> 54 * matches no KVM target value for either 64 or 32 bit
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
VolumeUI.java | 116 final KeyguardViewMediator kvm = getComponent(KeyguardViewMediator.class); 117 if (kvm != null) { 118 kvm.userActivity();
|
/external/qemu/android/emulation/ |
CpuAccelerator.cpp | 39 // related to KVM or HAX. 71 ///// Linux KVM support. 78 #include <linux/kvm.h> 80 // Return true iff KVM is installed and usable on this machine. 82 // status of KVM on success or failure. 84 // 1) Check that /dev/kvm exists. 85 if (::access("/dev/kvm", F_OK)) { 87 "KVM is not installed on this machine (/dev/kvm is missing)."); 90 // 2) Check that /dev/kvm can be opened [all...] |
/external/qemu/android/config/linux-x86/linux/ |
kvm.h | 5 * Userspace interface for /dev/kvm - kernel based virtual machine 13 #include <asm/kvm.h> 337 * kvm trace categories 343 * kvm trace action 356 * ioctls for /dev/kvm fds: 364 * Check if a kvm extension is available. Argument is extension number, 374 * ioctls for kvm trace
|
/external/qemu/android/config/linux-x86_64/linux/ |
kvm.h | 5 * Userspace interface for /dev/kvm - kernel based virtual machine 13 #include <asm/kvm.h> 337 * kvm trace categories 343 * kvm trace action 356 * ioctls for /dev/kvm fds: 364 * Check if a kvm extension is available. Argument is extension number, 374 * ioctls for kvm trace
|
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 374 # include <kvm.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
kvm.h | 5 * Userspace interface for /dev/kvm - kernel based virtual machine 13 #include <asm/kvm.h> 337 * kvm trace categories 343 * kvm trace action 356 * ioctls for /dev/kvm fds: 364 * Check if a kvm extension is available. Argument is extension number, 374 * ioctls for kvm trace
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kvm.h | 5 * Userspace interface for /dev/kvm - kernel based virtual machine 13 #include <asm/kvm.h> 337 * kvm trace categories 343 * kvm trace action 356 * ioctls for /dev/kvm fds: 364 * Check if a kvm extension is available. Argument is extension number, 374 * ioctls for kvm trace
|
/bionic/libc/kernel/uapi/linux/ |
kvm.h | 25 #include <asm/kvm.h> [all...] |
/development/ndk/platforms/android-L/include/linux/ |
kvm.h | 25 #include <asm/kvm.h> [all...] |
/external/kernel-headers/original/uapi/linux/ |
kvm.h | 5 * Userspace interface for /dev/kvm - kernel based virtual machine 13 #include <asm/kvm.h> 106 * other bits are reserved for kvm internal use which are defined in 118 * For ARM: See Documentation/virtual/kvm/api.txt 309 * shared registers between kvm and userspace. 528 * ioctls for /dev/kvm fds: 536 * Check if a kvm extension is available. Argument is extension number, 748 * emlation. See Documentation/virtual/kvm/api.txt.
|
/external/qemu/ |
kvm-all.c | 2 * QEMU KVM support 21 #include <linux/kvm.h> 27 #include "android/kvm.h" 29 #include "sysemu/kvm.h" 31 /* KVM uses PAGE_SIZE in it's definition of COALESCED_MMIO_MAX */ 77 /* KVM private memory slots */ 427 "Please upgrade to at least kernel 2.6.29 or recent kvm-kmod\n" 428 "(see http://sourceforge.net/projects/kvm).\n"; 434 fprintf(stderr, "No SMP KVM support, use '-smp 1'\n"); 448 kvm_device = "/dev/kvm"; [all...] |
/external/qemu/target-i386/ |
kvm.c | 2 * QEMU KVM support 21 #include <linux/kvm.h> 25 #include "sysemu/kvm.h" 30 #include "kvm-gs-restore.h" 101 /* On Intel, kvm returns cpuid according to the Intel spec, 221 /* Obtain MSR list from KVM. These are the MSRs that we must 256 /* create vm86 tss. KVM uses vm86 mode to emulate 16-bit code 259 * versions of KVM just assumed that it would be at the end of physical 261 * refuse to work with those older versions of KVM. */ 264 fprintf(stderr, "kvm does not support KVM_CAP_SET_TSS_ADDR\n") [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
kvm.h | 25 #include <asm/kvm.h> [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
kvm.h | 25 #include <asm/kvm.h> [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
kvm.h | 25 #include <asm/kvm.h> [all...] |