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:etm_filters
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm-perf.h
35
* struct
etm_filters
- set of filters for a session
40
struct
etm_filters
{
struct
H
A
D
coresight-etm-perf.c
83
struct
etm_filters
*filters;
in etm_addr_filters_alloc()
86
filters = kzalloc_node(sizeof(struct
etm_filters
), GFP_KERNEL, node);
in etm_addr_filters_alloc()
473
struct
etm_filters
*filters = event->hw.addr_filters;
in etm_addr_filters_sync()
H
A
D
coresight-etm4x-core.c
535
struct
etm_filters
*filters = event->hw.addr_filters;
in etm4_disable_perf()
1010
struct
etm_filters
*filters = event->hw.addr_filters;
in etm4_set_event_filters()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm-perf.h
36
* struct
etm_filters
- set of filters for a session
41
struct
etm_filters
{
struct
H
A
D
coresight-etm-perf.c
153
struct
etm_filters
*filters;
in etm_addr_filters_alloc()
156
filters = kzalloc_node(sizeof(struct
etm_filters
), GFP_KERNEL, node);
in etm_addr_filters_alloc()
697
struct
etm_filters
*filters = event->hw.addr_filters;
in etm_addr_filters_sync()
H
A
D
coresight-etm4x-core.c
933
struct
etm_filters
*filters = event->hw.addr_filters;
in etm4_disable_perf()
1508
struct
etm_filters
*filters = event->hw.addr_filters;
in etm4_set_event_filters()
Completed in 8 milliseconds