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:cnt_mask
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/amd/
H
A
D
ibs.c
86
u64
cnt_mask
;
member
281
if (config & perf_ibs->
cnt_mask
)
in perf_ibs_init()
295
max_cnt = config & perf_ibs->
cnt_mask
;
in perf_ibs_init()
296
config &= ~perf_ibs->
cnt_mask
;
in perf_ibs_init()
402
config &= ~perf_ibs->
cnt_mask
;
in perf_ibs_disable_event()
562
.
cnt_mask
= IBS_FETCH_MAX_CNT,
587
.
cnt_mask
= IBS_OP_MAX_CNT | IBS_OP_CUR_CNT |
811
perf_ibs_op.
cnt_mask
|= IBS_OP_MAX_CNT_EXT_MASK;
in perf_event_ibs_init()
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
ibs.c
87
u64
cnt_mask
;
member
295
if (config & perf_ibs->
cnt_mask
)
in perf_ibs_init()
309
max_cnt = config & perf_ibs->
cnt_mask
;
in perf_ibs_init()
310
config &= ~perf_ibs->
cnt_mask
;
in perf_ibs_init()
409
config &= ~perf_ibs->
cnt_mask
;
in perf_ibs_disable_event()
671
.
cnt_mask
= IBS_FETCH_MAX_CNT,
695
.
cnt_mask
= IBS_OP_MAX_CNT | IBS_OP_CUR_CNT |
1222
perf_ibs_op.
cnt_mask
|= IBS_OP_MAX_CNT_EXT_MASK;
in perf_ibs_op_init()
Completed in 4 milliseconds