Home
last modified time | relevance | path

Searched refs:ProfilerType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dmem_profiler_collector.h24 using ProfilerType = Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager::NativeMemProf… variable
31 virtual int Start(ProfilerType type,
36 virtual int Start(int fd, ProfilerType type,
38 virtual int Start(int fd, ProfilerType type,
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmem_profiler_collector_impl.cpp94 int MemProfilerCollectorImpl::Start(ProfilerType type, in Start()
138 int MemProfilerCollectorImpl::Start(int fd, ProfilerType type, in Start()
160 if (type == ProfilerType::MEM_PROFILER_LIBRARY) { in Start()
162 } else if (type == ProfilerType::MEM_PROFILER_CALL_STACK) { in Start()
177 int MemProfilerCollectorImpl::Start(int fd, ProfilerType type, in Start()
191 if (type == ProfilerType::MEM_PROFILER_LIBRARY) { in Start()
193 } else if (type == ProfilerType::MEM_PROFILER_CALL_STACK) { in Start()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dmem_profiler_collector_impl.h30 int Start(ProfilerType type, int pid, int duration, int sampleInterval) override;
34 int Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) override;
35 int Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval,
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dmem_profiler_decorator.h29 int Start(ProfilerType type, int pid, int duration, int sampleInterval) override;
32 int Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) override;
34 int Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval,
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmem_profiler_decorator.cpp30 int MemProfilerDecorator::Start(ProfilerType type, int pid, int duration, int sampleInterval) in Start()
53 int MemProfilerDecorator::Start(int fd, ProfilerType type, int pid, int duration, int sampleInterva… in Start()
68 int MemProfilerDecorator::Start(int fd, ProfilerType type, std::string processName, int duration, in Start()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp32 static panda::DFXJSNApi::ProfilerType ConvertProfilerType(JsEnvironment::PROFILERTYPE type) in ConvertProfilerType()
35 return panda::DFXJSNApi::ProfilerType::CPU_PROFILER; in ConvertProfilerType()
37 return panda::DFXJSNApi::ProfilerType::HEAP_PROFILER; in ConvertProfilerType()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp380 int ret = memProfilerCollector_->Start(fd, UCollectUtil::ProfilerType::MEM_PROFILER_CALL_STACK, in DumpStackInfo()