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:StopTracing
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_tracker.h
81
void
StopTracing
()
in StopTracing()
function in panda::ecmascript::HeapTracker
H
A
D
heap_profiler.cpp
784
heapTracker_->
StopTracing
();
in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
631
ASSERT_NE(DFXJSNApi::
StopTracing
(vm_), nullptr);
in HWTEST_F_L0()
637
HWTEST_F_L0(DFXJSNApiTests,
StopTracing
)
in HWTEST_F_L0()
640
ASSERT_EQ(DFXJSNApi::
StopTracing
(nullptr), nullptr);
in HWTEST_F_L0()
643
ASSERT_EQ(DFXJSNApi::
StopTracing
(vm_), nullptr);
in HWTEST_F_L0()
645
ASSERT_EQ(DFXJSNApi::
StopTracing
(vm_), nullptr);
in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H
A
D
trace.cpp
126
void Trace::
StopTracing
()
in StopTracing()
function in ark::Trace
146
Trace::
StopTracing
();
in TriggerTracing()
H
A
D
trace.h
74
static void
StopTracing
();
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H
A
D
tracing.h
101
std::unique_ptr<std::vector<TraceEvent>>
StopTracing
();
H
A
D
tracing.cpp
62
std::unique_ptr<std::vector<TraceEvent>> Tracing::
StopTracing
()
in StopTracing()
function in panda::ecmascript::Tracing
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
152
static std::unique_ptr<std::vector<TraceEvent>>
StopTracing
(const EcmaVM *vm);
/arkcompiler/toolchain/tooling/agent/
H
A
D
tracing_impl.cpp
71
LOG_DEBUGGER(ERROR) << "Transfer DFXJSNApi::
StopTracing
is failure";
in End()
156
auto traceEvents = panda::DFXJSNApi::
StopTracing
(vm_);
in End()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
968
std::unique_ptr<std::vector<TraceEvent>> DFXJSNApi::
StopTracing
([[maybe_unused]] const EcmaVM *vm)
in StopTracing()
function in panda::DFXJSNApi
976
LOG_ECMA(ERROR) << "
StopTracing
tracing is nullptr";
in StopTracing()
979
auto traceEvents = tracing->
StopTracing
();
in StopTracing()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.cpp
362
DFXJSNApi::
StopTracing
(this);
in ~EcmaVM()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
runtime.cpp
435
Trace::
StopTracing
();
in Destroy()
Completed in 11 milliseconds