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:tgidDict_
(Results
1 - 4
of
4
) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
ftrace_parser.h
155
if (auto it =
tgidDict_
.find(pid); it !=
tgidDict_
.end()) {
in ParseFtraceEvent()
160
if (auto itm =
tgidDict_
.find(pid); itm !=
tgidDict_
.end()) {
in ParseFtraceEvent()
229
std::unordered_map<int32_t, int32_t>
tgidDict_
= {};
member in FtraceParser
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
ftrace_parser.cpp
485
tgidDict_
[pid] = tgid;
in ParseSavedTgid()
488
if (
tgidDict_
.size() == 0) {
in ParseSavedTgid()
489
PROFILER_LOG_WARN(LOG_CORE, "ParseSavedTgid: parsed tigds: %zu",
tgidDict_
.size());
in ParseSavedTgid()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H
A
D
ftrace_processor.h
107
std::unordered_map<int32_t, int32_t>
tgidDict_
= {};
member in SysTuning::TraceStreamer::FtraceProcessor
H
A
D
ftrace_processor.cpp
488
tgidDict_
[pid] = tgid;
in HandleTgids()
492
TS_LOGI("
tgidDict_
.size = %zu",
tgidDict_
.size());
in HandleTgids()
749
auto tgidIter =
tgidDict_
.find(pid);
in HandleFtraceEvent()
750
if (tgidIter !=
tgidDict_
.end()) {
in HandleFtraceEvent()
Completed in 4 milliseconds