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:perf_cap
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
hfi-events.c
176
struct
perf_cap
{
struct
182
static void process_hfi_event(struct
perf_cap
*
perf_cap
)
in process_hfi_event()
argument
186
set_isst_id(&id,
perf_cap
->cpu);
in process_hfi_event()
196
struct
perf_cap
perf_cap
= {0};
in handle_event()
local
209
perf_cap
.cpu = nla_get_u32(cap);
in handle_event()
212
perf_cap
.perf = nla_get_u32(cap);
in handle_event()
215
perf_cap
.eff = nla_get_u32(cap);
in handle_event()
223
process_hfi_event(&
perf_cap
);
in handle_event()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/
H
A
D
intel_hfi.c
80
* @
perf_cap
: Performance capability
87
u8
perf_cap
;
member
189
cpu_caps[i].performance = caps->
perf_cap
<< 2;
in get_hfi_caps()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
7843
u64
perf_cap
= PMU_CAP_FW_WRITES;
in vmx_get_perf_capabilities()
local
7856
perf_cap
|= host_perf_cap & PMU_CAP_LBR_FMT;
in vmx_get_perf_capabilities()
7860
perf_cap
|= host_perf_cap & PERF_CAP_PEBS_MASK;
in vmx_get_perf_capabilities()
7861
if ((
perf_cap
& PERF_CAP_PEBS_FORMAT) < 4)
in vmx_get_perf_capabilities()
7862
perf_cap
&= ~PERF_CAP_PEBS_BASELINE;
in vmx_get_perf_capabilities()
7865
return
perf_cap
;
in vmx_get_perf_capabilities()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
core.c
4101
union perf_capabilities
perf_cap
;
in intel_pmu_cpu_starting()
local
4103
rdmsrl(MSR_IA32_PERF_CAPABILITIES,
perf_cap
.capabilities);
in intel_pmu_cpu_starting()
4104
if (!
perf_cap
.perf_metrics) {
in intel_pmu_cpu_starting()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
core.c
4725
union perf_capabilities
perf_cap
;
in intel_pmu_cpu_starting()
local
4727
rdmsrl(MSR_IA32_PERF_CAPABILITIES,
perf_cap
.capabilities);
in intel_pmu_cpu_starting()
4728
if (!
perf_cap
.perf_metrics) {
in intel_pmu_cpu_starting()
Completed in 36 milliseconds