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:ProfileInfo
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H
A
D
tracing.h
103
void TraceEventRecordCpuProfilerStart(struct
ProfileInfo
* profileInfo);
104
void TraceEventRecordCpuProfiler(struct
ProfileInfo
* profileInfo, int &nodePos, uint32_t &samplePos);
105
void TraceEventRecordCpuProfilerEnd(struct
ProfileInfo
* profileInfo);
108
void TraceEventUpdateCpuProfiler(struct
ProfileInfo
*profileInfo);
H
A
D
tracing.cpp
67
std::unique_ptr<
ProfileInfo
> profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_);
in StopTracing()
129
void Tracing::TraceEventRecordCpuProfilerStart(struct
ProfileInfo
* profileInfo)
in TraceEventRecordCpuProfilerStart()
143
void Tracing::TraceEventRecordCpuProfiler(struct
ProfileInfo
* profileInfo, int &nodePos, uint32_t &samplePos)
in TraceEventRecordCpuProfiler()
175
void Tracing::TraceEventUpdateCpuProfiler(struct
ProfileInfo
*profileInfo)
in TraceEventUpdateCpuProfiler()
252
void Tracing::TraceEventRecordCpuProfilerEnd(struct
ProfileInfo
* profileInfo)
in TraceEventRecordCpuProfilerEnd()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
37
struct
ProfileInfo
;
49
using
ProfileInfo
= ecmascript::
ProfileInfo
;
123
static std::unique_ptr<
ProfileInfo
> StopCpuProfilerForInfo(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H
A
D
cpu_profiler_test.cpp
48
bool StopCpuProfilerForInfoTest(std::unique_ptr<struct
ProfileInfo
> &profileInfo)
in StopCpuProfilerForInfoTest()
142
std::unique_ptr<
ProfileInfo
> profileInfo;
in HWTEST_F_L0()
181
std::unique_ptr<
ProfileInfo
> profileInfo = DFXJSNApi::StopCpuProfilerForInfo(instance);
in HWTEST_F_L0()
H
A
D
samples_record_test.cpp
64
std::unique_ptr<
ProfileInfo
> GetProfileInfoTest()
in GetProfileInfoTest()
183
std::unique_ptr<
ProfileInfo
> profileInfo = samplesRecord.GetProfileInfoTest();
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
samples_record.h
58
struct
ProfileInfo
{
struct
133
std::unique_ptr<struct
ProfileInfo
> GetProfileInfo();
198
std::unique_ptr<struct
ProfileInfo
> profileInfo_;
H
A
D
cpu_profiler.h
110
bool StopCpuProfilerForInfo(std::unique_ptr<struct
ProfileInfo
> &profileInfo);
H
A
D
samples_record.cpp
30
profileInfo_ = std::make_unique<struct
ProfileInfo
>();
in SamplesRecord()
378
std::unique_ptr<struct
ProfileInfo
> SamplesRecord::GetProfileInfo()
in GetProfileInfo()
H
A
D
cpu_profiler.cpp
177
bool CpuProfiler::StopCpuProfilerForInfo(std::unique_ptr<struct
ProfileInfo
> &profileInfo)
in StopCpuProfilerForInfo()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
732
std::unique_ptr<
ProfileInfo
> DFXJSNApi::StopCpuProfilerForInfo([[maybe_unused]] const EcmaVM *vm)
in StopCpuProfilerForInfo()
745
std::unique_ptr<
ProfileInfo
> profileInfo;
in StopCpuProfilerForInfo()
/arkcompiler/toolchain/tooling/test/
H
A
D
pt_types_test.cpp
684
ProfileInfo
info;
in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
2153
static std::unique_ptr<Profile> FromProfileInfo(const
ProfileInfo
&profileInfo);
H
A
D
pt_types.cpp
2741
std::unique_ptr<Profile> Profile::FromProfileInfo(const
ProfileInfo
&profileInfo)
in FromProfileInfo()
Completed in 19 milliseconds