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:cmdLine_
(Results
1 - 9
of
9
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H
A
D
process_table.cpp
80
process->
cmdLine_
.clear();
in Update()
82
process->
cmdLine_
= name;
in Update()
156
if (process.
cmdLine_
.size()) {
in Column()
157
sqlite3_result_text(context_, process.
cmdLine_
.c_str(), static_cast<int32_t>(process.
cmdLine_
.length()),
in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/
H
A
D
trace_data_cache_base.cpp
43
internalProcessesData_.front().
cmdLine_
= ZERO_THREAD_NAME;
in UpdataZeroThreadInfo()
H
A
D
trace_data_cache_writer.cpp
36
process.
cmdLine_
= name;
H
A
D
trace_data_cache.cpp
466
auto statisticTaskName = internalProcessesData_[ipid].
cmdLine_
;
in ExportHookStatisticReadableText()
/developtools/smartperf_host/trace_streamer/src/filter/
H
A
D
process_filter.cpp
108
if (process && name != "" && process->
cmdLine_
!= name) {
in UpdateOrCreateProcessWithName()
109
process->
cmdLine_
= std::string(name);
in UpdateOrCreateProcessWithName()
115
thread->nameIndex_ = traceDataCache_->GetDataIndex(process->
cmdLine_
);
in UpdateOrCreateProcessWithName()
/developtools/profiler/hiebpf/include/
H
A
D
command.h
74
std::string
cmdLine_
;
member in Command
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
H
A
D
common_stdtype.h
46
std::string
cmdLine_
= "";
member in SysTuning::TraceStdtype::Process
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
H
A
D
process_filter_test.cpp
382
EXPECT_TRUE(process->
cmdLine_
== processName);
in HWTEST_F()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/
H
A
D
pbreader_mem_parser.cpp
486
if (iterProcess.
cmdLine_
== "composer_host") {
in GetMemProcessType()
488
} else if (iterProcess.
cmdLine_
== "render_service") {
in GetMemProcessType()
Completed in 6 milliseconds