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:pebs_data_cfg
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
ds.c
1165
u64
pebs_data_cfg
= cpuc->
pebs_data_cfg
;
in adaptive_pebs_record_size_update()
local
1168
if (
pebs_data_cfg
& PEBS_DATACFG_MEMINFO)
in adaptive_pebs_record_size_update()
1170
if (
pebs_data_cfg
& PEBS_DATACFG_GP)
in adaptive_pebs_record_size_update()
1172
if (
pebs_data_cfg
& PEBS_DATACFG_XMMS)
in adaptive_pebs_record_size_update()
1174
if (
pebs_data_cfg
& PEBS_DATACFG_LBRS)
in adaptive_pebs_record_size_update()
1190
u64
pebs_data_cfg
= 0;
in pebs_update_adaptive_cfg()
local
1195
return
pebs_data_cfg
;
in pebs_update_adaptive_cfg()
1198
pebs_data_cfg
|= PEBS_DATACFG_MEMINFO;
in pebs_update_adaptive_cfg()
1214
pebs_data_cfg
|
in pebs_update_adaptive_cfg()
1260
u64
pebs_data_cfg
;
pebs_update_state()
local
1335
u64
pebs_data_cfg
= cpuc->
pebs_data_cfg
& ~PEBS_UPDATE_DS_SW;
intel_pmu_pebs_enable()
local
[all...]
H
A
D
core.c
4111
.guest = kvm_pmu->
pebs_data_cfg
,
in intel_guest_get_msrs()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
ds.c
952
u64
pebs_data_cfg
= cpuc->
pebs_data_cfg
;
in adaptive_pebs_record_size_update()
local
955
if (
pebs_data_cfg
& PEBS_DATACFG_MEMINFO)
in adaptive_pebs_record_size_update()
957
if (
pebs_data_cfg
& PEBS_DATACFG_GP)
in adaptive_pebs_record_size_update()
959
if (
pebs_data_cfg
& PEBS_DATACFG_XMMS)
in adaptive_pebs_record_size_update()
961
if (
pebs_data_cfg
& PEBS_DATACFG_LBRS)
in adaptive_pebs_record_size_update()
975
u64
pebs_data_cfg
= 0;
in pebs_update_adaptive_cfg()
local
980
return
pebs_data_cfg
;
in pebs_update_adaptive_cfg()
983
pebs_data_cfg
|= PEBS_DATACFG_MEMINFO;
in pebs_update_adaptive_cfg()
999
pebs_data_cfg
|
in pebs_update_adaptive_cfg()
1043
u64
pebs_data_cfg
;
pebs_update_state()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
pmu_intel.c
365
msr_info->data = pmu->
pebs_data_cfg
;
in intel_pmu_get_msr()
427
pmu->
pebs_data_cfg
= data;
in intel_pmu_set_msr()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
264
u64
pebs_data_cfg
;
member
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
271
u64
pebs_data_cfg
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
547
u64
pebs_data_cfg
;
member
Completed in 21 milliseconds