Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:enable_pmu
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
pmu.h
175
enable_pmu
= false;
in kvm_init_pmu_capability()
177
if (
enable_pmu
) {
in kvm_init_pmu_capability()
188
enable_pmu
= false;
in kvm_init_pmu_capability()
190
enable_pmu
= false;
in kvm_init_pmu_capability()
193
if (!
enable_pmu
) {
in kvm_init_pmu_capability()
H
A
D
x86.h
330
extern bool
enable_pmu
;
H
A
D
cpuid.c
995
if (!
enable_pmu
|| !static_cpu_has(X86_FEATURE_ARCH_PERFMON)) {
in __do_cpuid_func()
1288
if (!
enable_pmu
|| !kvm_cpu_cap_has(X86_FEATURE_PERFMON_V2)) {
in __do_cpuid_func()
H
A
D
x86.c
192
bool __read_mostly
enable_pmu
= true;
variable
193
EXPORT_SYMBOL_GPL(
enable_pmu
);
variable
194
module_param(
enable_pmu
, bool, 0444);
4631
r =
enable_pmu
? KVM_CAP_PMU_VALID_MASK : 0;
in kvm_vm_ioctl_check_extension()
6445
if (!
enable_pmu
|| (cap->args[0] & ~KVM_CAP_PMU_VALID_MASK))
in kvm_vm_ioctl_enable_cap()
6450
kvm->arch.
enable_pmu
= !(cap->args[0] & KVM_PMU_CAP_DISABLE);
in kvm_vm_ioctl_enable_cap()
7226
if (
enable_pmu
) {
in kvm_init_msr_lists()
12355
kvm->arch.
enable_pmu
=
enable_pmu
;
in kvm_arch_init_vm()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
pmu.c
44
if (!vcpu->kvm->arch.
enable_pmu
)
in get_gp_pmc_amd()
H
A
D
svm.c
5132
if (
enable_pmu
) {
in svm_set_cpu_caps()
5301
if (!
enable_pmu
)
in svm_hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
pmu_intel.c
520
if (!entry || !vcpu->kvm->arch.
enable_pmu
)
in intel_pmu_refresh()
H
A
D
vmx.c
7847
if (!
enable_pmu
)
in vmx_get_perf_capabilities()
7888
if (!
enable_pmu
)
in vmx_set_cpu_caps()
8597
if (!enable_ept || !
enable_pmu
|| !cpu_has_vmx_intel_pt())
in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1362
bool
enable_pmu
;
member
Completed in 59 milliseconds