Home
last modified time | relevance | path

Searched refs:Developtools (Results 1 - 25 of 312) sorted by relevance

12345678910>>...13

/developtools/hiperf/test/fuzztest/spedecoder_fuzzer/
H A DSpeDecoder_fuzzer.cpp19 using namespace OHOS::Developtools::HiPerf;
45 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput()
/developtools/hiperf/test/fuzztest/perffileformat_fuzzer/
H A DPerfFileFormat_fuzzer.cpp19 using namespace OHOS::Developtools::HiPerf;
49 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput()
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler.h28 namespace OHOS::Developtools::Profiler {
64 } // OHOS::Developtools::Profiler
65 #define FfrtProfilerIns OHOS::Developtools::Profiler::FfrtProfiler::GetInstance()
/developtools/profiler/device/plugins/network_profiler/client/include/
H A Dnetwork_profiler.h28 namespace OHOS::Developtools::Profiler {
62 } // OHOS::Developtools::Profiler
63 #define NetworkProfilerIns OHOS::Developtools::Profiler::NetworkProfiler::GetInstance()
/developtools/profiler/hiebpf/src/
H A Dhiebpf.cpp59 static OHOS::Developtools::Hiebpf::IpcUnixSocketServer g_ipcServer;
98 static bool SendIpcCommand(OHOS::Developtools::Hiebpf::IpcUnixSocketClient &client, in SendIpcCommand()
103 size_t size = OHOS::Developtools::Hiebpf::UNIX_SOCKET_BUFFER_SIZE; in SendIpcCommand()
104 char buf[OHOS::Developtools::Hiebpf::UNIX_SOCKET_BUFFER_SIZE] = {0}; in SendIpcCommand()
120 OHOS::Developtools::Hiebpf::IpcUnixSocketClient ipcClient; in StopHiebpfServer()
145 OHOS::Developtools::Hiebpf::IpcUnixSocketClient ipcClient; in CheckHiebpfServer()
/developtools/profiler/proto_encoder/src/
H A Dvarint_encode.cpp18 namespace Developtools { namespace
23 } // namespace Developtools
/developtools/hiperf/test/fuzztest/perffile_fuzzer/
H A DPerfFile_fuzzer.cpp20 using namespace OHOS::Developtools::HiPerf;
92 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
H A Dnative_memory_profiler_sa_service_test.cpp53 using namespace OHOS::Developtools::NativeDaemon; in HWTEST_F()
85 using namespace OHOS::Developtools::NativeDaemon; in HWTEST_F()
/developtools/profiler/hiebpf/include/
H A Dcommand.h78 OHOS::Developtools::Hiebpf::MapsInfo mapsInfo_;
79 OHOS::Developtools::Hiebpf::ElfSymbolInfo elfSymbolInfo_;
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
H A Dvirtual_thread_test.h23 namespace Developtools { namespace
26 } // namespace Developtools
/developtools/hiperf/include/
H A Doption_debug.h19 namespace Developtools { namespace
23 } // namespace Developtools
H A Dcommand.h21 namespace Developtools { namespace
30 } // namespace Developtools
H A Dsubcommand_help.h21 namespace Developtools { namespace
43 } // namespace Developtools
/developtools/hiperf/test/unittest/common/native/include/
H A Dvirtual_thread_test.h23 namespace Developtools { namespace
26 } // namespace Developtools
H A Dtest_utilities.h19 namespace Developtools { namespace
23 } // namespace Developtools
H A Dreport_json_file_test.h28 namespace Developtools { namespace
31 } // namespace Developtools
H A Doption_debug_test.h29 namespace Developtools { namespace
33 } // namespace Developtools
H A Dsubcommand_help_test.h27 namespace Developtools { namespace
33 } // namespace Developtools
/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h95 using CallFrame = OHOS::Developtools::NativeDaemon::CallFrame;
145 void FlushData(OHOS::Developtools::Profiler::ProtoEncoder::BatchNativeHookData& stackData);
192 std::shared_ptr<OHOS::Developtools::NativeDaemon::VirtualRuntime> runtime_instance;
230 std::variant<BatchNativeHookData, OHOS::Developtools::Profiler::ProtoEncoder::BatchNativeHookData> stackData_;
234 OHOS::Developtools::Profiler::ProtoEncoder::ProfilerPluginData profilerPluginData_;
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dsub_event_parser.h154 SubEventParser<Developtools::Profiler::ProtoEncoder::FtraceEvent>::ParseFunction&& func) in SubEventParserOptimizeRegisterar()
156 SubEventParser<Developtools::Profiler::ProtoEncoder::FtraceEvent>::GetInstance().RegisterParseFunction(name, in SubEventParserOptimizeRegisterar()
162 SubEventParser<Developtools::Profiler::ProtoEncoder::FtraceEvent>::GetInstance().UnregisterParseFunction(name_); in ~SubEventParserOptimizeRegisterar()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H A Dnative_memory_profiler_sa_interface_code.h19 namespace OHOS::Developtools::NativeDaemon {
26 } // namespace OHOS::Developtools::NativeDaemon
H A Dnative_memory_profiler_sa_death_recipient.h22 namespace OHOS::Developtools::NativeDaemon {
30 } // namespace OHOS::Developtools::NativeDaemon
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_death_recipient.cpp20 namespace OHOS::Developtools::NativeDaemon {
27 } // namespace OHOS::Developtools::NativeDaemo in OnRemoteDied()
/developtools/hiperf/test/unittest/common/native/
H A Dtest_utilities.cpp20 namespace Developtools { namespace
37 } // namespace Developtools
/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp27 using namespace OHOS::Developtools::NativeDaemon;
246 if (!OHOS::Developtools::Profiler::Hook::StartHook(hookData)) { in GetHookedProceInfo()
252 OHOS::Developtools::Profiler::Hook::EndHook(); in GetHookedProceInfo()
265 if (!OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaService::StartServiceAbility()) { in main()

Completed in 9 milliseconds

12345678910>>...13