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:etmv4_config
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-sysfs.c
16
struct
etmv4_config
*config = &drvdata->config;
in etm4_set_mode_exclude()
171
struct
etmv4_config
*config = &drvdata->config;
in reset_store()
282
struct
etmv4_config
*config = &drvdata->config;
in mode_show()
294
struct
etmv4_config
*config = &drvdata->config;
in mode_store()
448
struct
etmv4_config
*config = &drvdata->config;
in pe_show()
460
struct
etmv4_config
*config = &drvdata->config;
in pe_store()
483
struct
etmv4_config
*config = &drvdata->config;
in event_show()
495
struct
etmv4_config
*config = &drvdata->config;
in event_store()
532
struct
etmv4_config
*config = &drvdata->config;
in event_instren_show()
544
struct
etmv4_config
*confi
in event_instren_store()
[all...]
H
A
D
coresight-etm4x-core.c
52
static void etm4_set_default_config(struct
etmv4_config
*config);
55
static u64 etm4_get_access_type(struct
etmv4_config
*config);
109
struct
etmv4_config
*config = &drvdata->config;
in etm4_enable_hw()
261
struct
etmv4_config
*config = &drvdata->config;
in etm4_config_timestamp_event()
332
struct
etmv4_config
*config = &drvdata->config;
in etm4_parse_event_config()
341
memset(config, 0, sizeof(struct
etmv4_config
));
in etm4_parse_event_config()
478
struct
etmv4_config
*config = &drvdata->config;
in etm4_disable_hw()
798
static void etm4_set_victlr_access(struct
etmv4_config
*config)
in etm4_set_victlr_access()
813
static void etm4_set_default_config(struct
etmv4_config
*config)
in etm4_set_default_config()
835
static u64 etm4_get_ns_access_type(struct
etmv4_config
*confi
[all...]
H
A
D
coresight-etm4x.h
207
* struct
etmv4_config
- configuration information related to an ETMv4
255
struct
etmv4_config
{
struct
462
struct
etmv4_config
config;
485
void etm4_config_trace_mode(struct
etmv4_config
*config);
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-sysfs.c
17
struct
etmv4_config
*config = &drvdata->config;
in etm4_set_mode_exclude()
172
struct
etmv4_config
*config = &drvdata->config;
in reset_store()
286
struct
etmv4_config
*config = &drvdata->config;
in mode_show()
298
struct
etmv4_config
*config = &drvdata->config;
in mode_store()
452
struct
etmv4_config
*config = &drvdata->config;
in pe_show()
464
struct
etmv4_config
*config = &drvdata->config;
in pe_store()
487
struct
etmv4_config
*config = &drvdata->config;
in event_show()
499
struct
etmv4_config
*config = &drvdata->config;
in event_store()
536
struct
etmv4_config
*config = &drvdata->config;
in event_instren_show()
548
struct
etmv4_config
*confi
in event_instren_store()
[all...]
H
A
D
coresight-etm4x-core.c
63
static void etm4_set_default_config(struct
etmv4_config
*config);
66
static u64 etm4_get_access_type(struct
etmv4_config
*config);
405
struct
etmv4_config
*config = &drvdata->config;
in etm4_enable_hw()
572
struct
etmv4_config
*config = &drvdata->config;
in etm4_config_timestamp_event()
644
struct
etmv4_config
*config = &drvdata->config;
in etm4_parse_event_config()
650
memset(config, 0, sizeof(struct
etmv4_config
));
in etm4_parse_event_config()
869
struct
etmv4_config
*config = &drvdata->config;
in etm4_disable_hw()
1303
static inline u32 etm4_get_victlr_access_type(struct
etmv4_config
*config)
in etm4_get_victlr_access_type()
1309
static void etm4_set_victlr_access(struct
etmv4_config
*config)
in etm4_set_victlr_access()
1315
static void etm4_set_default_config(struct
etmv4_config
*confi
[all...]
H
A
D
coresight-etm4x-cfg.c
50
struct
etmv4_config
*drvcfg = &drvdata->config;
in etm4_cfg_map_reg_offset()
H
A
D
coresight-etm4x.h
795
* struct
etmv4_config
- configuration information related to an ETMv4
843
struct
etmv4_config
{
struct
1060
struct
etmv4_config
config;
1085
void etm4_config_trace_mode(struct
etmv4_config
*config);
Completed in 13 milliseconds