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:traceType
(Results
1 - 9
of
9
) sorted by relevance
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H
A
D
ffrt_profiler.cpp
117
void FfrtProfiler::FfrtProfilerTrace(const uint8_t
traceType
, const std::string& lable, uint64_t cookie)
in FfrtProfilerTrace()
argument
124
trace.
traceType
=
traceType
;
in FfrtProfilerTrace()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H
A
D
ffrt_profiler_common.h
52
uint8_t
traceType
;
variable
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H
A
D
ffrt_profiler.h
35
void FfrtProfilerTrace(const uint8_t
traceType
, const std::string& lable = "", uint64_t cookie = 0);
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
H
A
D
common_stdtype.cpp
34
void MetaData::SetTraceType(const std::string &
traceType
)
in SetTraceType()
argument
36
values_[METADATA_ITEM_SOURCE_DATETYPE] =
traceType
;
in SetTraceType()
H
A
D
common_stdtype.h
91
void SetTraceType(const std::string &
traceType
);
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H
A
D
ffrt_profiler_handle.cpp
126
trace->set_trace_type(static_cast<const void*>(&(traceData->
traceType
)), 1);
in SerializeTraceData()
/developtools/smartperf_host/trace_streamer/src/parser/
H
A
D
print_event_parser.h
54
void SetTraceType(TraceFileType
traceType
);
H
A
D
print_event_parser.cpp
190
void PrintEventParser::SetTraceType(TraceFileType
traceType
)
in SetTraceType()
argument
192
traceType_ =
traceType
;
in SetTraceType()
/developtools/hiperf/src/
H
A
D
perf_events.cpp
347
for (auto
traceType
: traceConfigTable) {
in AddEvent()
348
if (
traceType
.second == eventName) {
in AddEvent()
349
return AddEvent(PERF_TYPE_TRACEPOINT,
traceType
.first, excludeUser, excludeKernel,
in AddEvent()
Completed in 7 milliseconds