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:kernelSymbols_
(Results
1 - 7
of
7
) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
kernel_symbols_parser.cpp
43
std::for_each(
kernelSymbols_
.begin(),
kernelSymbols_
.end(), visitor);
in Accept()
97
kernelSymbols_
.resize(
kernelSymbols_
.size() + MAX_BUFFER_SIZE);
in Parse()
99
kernelSymbols_
[count] = info;
in Parse()
104
kernelSymbols_
.resize(count);
in Parse()
105
std::sort(
kernelSymbols_
.begin(),
kernelSymbols_
.end(), CompareSymbolInfo);
in Parse()
106
return
kernelSymbols_
.size();
in Parse()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
H
A
D
ftrace_ftrace_event_formatter.cpp
33
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
86
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
111
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
138
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
163
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
245
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
H
A
D
ftrace_timer_event_formatter.cpp
47
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
109
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
188
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
241
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
H
A
D
ftrace_cpuhp_event_formatter.cpp
33
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
73
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
H
A
D
ftrace_workqueue_event_formatter.cpp
62
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
88
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
H
A
D
ftrace_sunrpc_event_formatter.cpp
192
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
233
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
276
auto& kernelSymbols = EventFormatter::GetInstance().
kernelSymbols_
;
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
kernel_symbols_parser.h
47
std::vector<KernelSymbol>
kernelSymbols_
;
member in KernelSymbolsParser
Completed in 5 milliseconds