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:nr_event
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/verification/dot2/
H
A
D
automata.py
148
nr_event
= 0
150
events_dict[event] =
nr_event
151
nr_event
+= 1
159
matrix = [[ self.invalid_state_str for x in range(
nr_event
)] for y in range(nr_state)]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x.h
377
* @
nr_event
: Indicates how many events the trace unit support.
434
u8
nr_event
;
member
H
A
D
coresight-etm4x-sysfs.c
501
switch (drvdata->
nr_event
) {
in event_store()
552
switch (drvdata->
nr_event
) {
in event_instren_store()
H
A
D
coresight-etm4x-core.c
670
drvdata->
nr_event
= BMVAL(etmidr0, 10, 11);
in etm4_init_arch_data()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-sysfs.c
505
switch (drvdata->
nr_event
) {
in event_store()
556
switch (drvdata->
nr_event
) {
in event_instren_store()
H
A
D
coresight-etm4x.h
966
* @
nr_event
: Indicates how many events the trace unit support.
1030
u8
nr_event
;
member
H
A
D
coresight-etm4x-core.c
1204
drvdata->
nr_event
= FIELD_GET(TRCIDR0_NUMEVENT_MASK, etmidr0);
in etm4_init_arch_data()
Completed in 17 milliseconds