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:ev_sel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
uncore_nhmex.c
355
int ctr,
ev_sel
;
in nhmex_bbox_hw_config()
local
359
ev_sel
= (hwc->config & NHMEX_B_PMON_CTL_EV_SEL_MASK) >>
in nhmex_bbox_hw_config()
363
if ((ctr == 0 &&
ev_sel
> 0x3) || (ctr == 1 &&
ev_sel
> 0x6) ||
in nhmex_bbox_hw_config()
364
(ctr == 2 &&
ev_sel
!= 0x4) || ctr == 3)
in nhmex_bbox_hw_config()
H
A
D
uncore_snbep.c
1113
int
ev_sel
= hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK;
in snbep_pcu_hw_config()
local
1115
if (
ev_sel
>= 0xb &&
ev_sel
<= 0xe) {
in snbep_pcu_hw_config()
1117
reg1->idx =
ev_sel
- 0xb;
in snbep_pcu_hw_config()
2779
int
ev_sel
= hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK;
in hswep_pcu_hw_config()
local
2781
if (
ev_sel
>= 0xb &&
ev_sel
<= 0xe) {
in hswep_pcu_hw_config()
2783
reg1->idx =
ev_sel
- 0xb;
in hswep_pcu_hw_config()
4442
int
ev_sel
= hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK;
in snr_pcu_hw_config()
local
4444
if (
ev_sel
>
in snr_pcu_hw_config()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
uncore_nhmex.c
355
int ctr,
ev_sel
;
in nhmex_bbox_hw_config()
local
359
ev_sel
= (hwc->config & NHMEX_B_PMON_CTL_EV_SEL_MASK) >>
in nhmex_bbox_hw_config()
363
if ((ctr == 0 &&
ev_sel
> 0x3) || (ctr == 1 &&
ev_sel
> 0x6) ||
in nhmex_bbox_hw_config()
364
(ctr == 2 &&
ev_sel
!= 0x4) || ctr == 3)
in nhmex_bbox_hw_config()
H
A
D
uncore_snbep.c
1135
int
ev_sel
= hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK;
in snbep_pcu_hw_config()
local
1137
if (
ev_sel
>= 0xb &&
ev_sel
<= 0xe) {
in snbep_pcu_hw_config()
1139
reg1->idx =
ev_sel
- 0xb;
in snbep_pcu_hw_config()
2851
int
ev_sel
= hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK;
in hswep_pcu_hw_config()
local
2853
if (
ev_sel
>= 0xb &&
ev_sel
<= 0xe) {
in hswep_pcu_hw_config()
2855
reg1->idx =
ev_sel
- 0xb;
in hswep_pcu_hw_config()
4835
int
ev_sel
= hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK;
in snr_pcu_hw_config()
local
4837
if (
ev_sel
>
in snr_pcu_hw_config()
[all...]
Completed in 18 milliseconds