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:trace_mem
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_internal.h
24
struct rproc_mem_entry
trace_mem
;
member
H
A
D
stm32_rproc.c
439
if (segment->da == trace->
trace_mem
.da) {
in stm32_rproc_add_coredump_trace()
446
rproc_coredump_add_segment(rproc, trace->
trace_mem
.da,
in stm32_rproc_add_coredump_trace()
447
trace->
trace_mem
.len);
in stm32_rproc_add_coredump_trace()
H
A
D
remoteproc_debugfs.c
130
struct rproc_mem_entry *trace = &data->
trace_mem
;
in rproc_trace_read()
H
A
D
remoteproc_core.c
669
trace->
trace_mem
.len = rsc->len;
in rproc_handle_trace()
670
trace->
trace_mem
.da = rsc->da;
in rproc_handle_trace()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_internal.h
24
struct rproc_mem_entry
trace_mem
;
member
H
A
D
stm32_rproc.c
459
if (segment->da == trace->
trace_mem
.da) {
in stm32_rproc_add_coredump_trace()
466
rproc_coredump_add_segment(rproc, trace->
trace_mem
.da,
in stm32_rproc_add_coredump_trace()
467
trace->
trace_mem
.len);
in stm32_rproc_add_coredump_trace()
H
A
D
remoteproc_debugfs.c
130
struct rproc_mem_entry *trace = &data->
trace_mem
;
in rproc_trace_read()
H
A
D
remoteproc_core.c
569
trace->
trace_mem
.len = rsc->len;
in rproc_handle_trace()
570
trace->
trace_mem
.da = rsc->da;
in rproc_handle_trace()
Completed in 11 milliseconds