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:filter_match
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
rx.h
454
/* DW8 - carries
filter_match
only when rpa_en == 1 */
457
* @
filter_match
: filter match value
459
__le32
filter_match
;
member
522
/* DW7 - carries
filter_match
only when rpa_en == 1 */
525
* @
filter_match
: filter match value
527
__le32
filter_match
;
member
/kernel/linux/linux-5.10/include/linux/perf/
H
A
D
arm_pmu.h
100
int (*
filter_match
)(struct perf_event *event);
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
rx.h
472
/* DW8 - carries
filter_match
only when rpa_en == 1 */
475
* @
filter_match
: filter match value
477
__le32
filter_match
;
member
542
/* DW7 - carries
filter_match
only when rpa_en == 1 */
545
* @
filter_match
: filter match value
547
__le32
filter_match
;
member
/kernel/linux/linux-5.10/drivers/perf/
H
A
D
arm_pmu.c
558
if (ret && armpmu->
filter_match
)
in armpmu_filter_match()
559
return armpmu->
filter_match
(event);
in armpmu_filter_match()
917
.
filter_match
= armpmu_filter_match,
in __armpmu_alloc()
923
* pmu::
filter_match
callback and pmu::event_init group
in __armpmu_alloc()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
uncore_nhmex.c
872
DEFINE_UNCORE_FORMAT_ATTR(
filter_match
,
filter_match
, "config2:0-33");
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
uncore_nhmex.c
872
DEFINE_UNCORE_FORMAT_ATTR(
filter_match
,
filter_match
, "config2:0-33");
/kernel/linux/linux-5.10/include/linux/
H
A
D
perf_event.h
510
int (*
filter_match
) (struct perf_event *event); /* optional */
member
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
perf_event.c
1103
cpu_pmu->
filter_match
= armv8pmu_filter_match;
in armv8_pmu_init()
/kernel/linux/linux-5.10/kernel/events/
H
A
D
core.c
2323
return pmu->
filter_match
? pmu->
filter_match
(event) : 1;
in __pmu_filter_match()
Completed in 30 milliseconds