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
defs:threadName
(Results
1 - 12
of
12
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/metrics/
H
A
D
traceTaskStrategy.h
28
std::vector<std::string>
threadName
;
member
/developtools/profiler/device/plugins/network_profiler/service/include/
H
A
D
network_profiler_common.h
47
char
threadName
[MAX_TNAME_LEN] = {0};
variable
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H
A
D
ffrt_profiler_common.h
47
char
threadName
[MAX_COMM_LEN] = {0};
variable
/developtools/hiperf/src/
H
A
D
subcommand.cpp
135
std::string
threadName
= virtualRuntime_.ReadThreadName(*pos, true);
in ExcludeThreadsFromSelectTids()
local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/ffrt_parser/
H
A
D
pbreader_ffrt_parser.cpp
35
auto
threadName
= ffrtEventPtr->thread_name().ToStdString();
in PaserCommData()
local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/xpower_parser/
H
A
D
pbreader_xpower_parser.cpp
182
auto
threadName
= appDetailCPU.thread_name();
in ProcessAppDetailCpu()
local
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
H
A
D
process_filter_test.cpp
177
std::string_view
threadName
= "RenderThread";
in HWTEST_F()
local
205
std::string_view
threadName
= "RenderThread";
in HWTEST_F()
local
220
std::string_view
threadName
= "RenderThread2";
in HWTEST_F()
local
238
std::string_view
threadName
= "RenderThread";
in HWTEST_F()
local
261
std::string_view
threadName
= "RenderThread";
HWTEST_F()
local
289
std::string_view
threadName
= "RenderThread";
HWTEST_F()
local
308
std::string_view
threadName
= "RenderThread";
HWTEST_F()
local
325
std::string_view
threadName
= "RenderThread";
HWTEST_F()
local
341
std::string_view
threadName
= "RenderThread";
HWTEST_F()
local
358
std::string_view
threadName
= "RenderThread";
HWTEST_F()
local
[all...]
/developtools/smartperf_host/trace_streamer/src/filter/
H
A
D
binder_filter.cpp
111
const auto
threadName
= traceDataCache_->GetConstThreadData(internalTid).nameIndex_;
in ReceiveTraction()
local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
H
A
D
hiperf_stdtype.cpp
204
size_t PerfThread::AppendNewPerfThread(uint32_t pid, uint32_t tid, DataIndex
threadName
)
in AppendNewPerfThread()
argument
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
stack_preprocess.cpp
248
std::string
threadName
= reinterpret_cast<char*>(rawData->data);
in HandleNoStackEvent()
local
/developtools/hiperf/include/
H
A
D
perf_events.h
432
std::string
threadName
= "";
member
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H
A
D
table_test.cpp
979
DataIndex
threadName
= stream_.traceDataCache_->GetDataIndex("threadState");
in HWTEST_F()
local
Completed in 11 milliseconds