| /developtools/hiperf/test/fuzztest/commandline_fuzzer/ |
| D | CommandLine_fuzzer.cpp | 18 namespace OHOS { namespace 69 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput() 72 OHOS::FuzzCommandLine("", data, size); in LLVMFuzzerTestOneInput() 73 OHOS::FuzzCommandLine("stat", data, size); in LLVMFuzzerTestOneInput() 74 OHOS::FuzzCommandLine("record", data, size); in LLVMFuzzerTestOneInput() 75 OHOS::FuzzCommandLine("report", data, size); in LLVMFuzzerTestOneInput() 76 OHOS::FuzzCommandLine("list", data, size); in LLVMFuzzerTestOneInput() 77 OHOS::FuzzCommandLine("help", data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/hiperf/test/fuzztest/elfparser_fuzzer/ |
| D | ElfParser_fuzzer.cpp | 18 namespace OHOS { namespace 19 using namespace OHOS::Developtools::HiPerf; 20 using namespace OHOS::Developtools::HiPerf::ELF; 69 OHOS::ScopeDebugLevel mix(OHOS::LEVEL_DEBUG, true); in LLVMFuzzerTestOneInput() 70 OHOS::DebugLogger::GetInstance()->Disable(false); in LLVMFuzzerTestOneInput() 72 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput() 75 OHOS::FuzzElfFile(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | app_startup.md | 11 … Creating:在callstack表中查找包含"H:int OHOS::AAFwk::MissionListManager::StartAbilityLocked("的字符,并且向上的调用栈… 13 Application Launching:在callstack表中查找包含"H:virtual void OHOS::AppExecFwk::AppMgrServiceInner::AttachA… 15 UI Ability Launching:在callstack表中查找包含"H:void OHOS::AppExecFwk::MainThread::HandleLaunchAbility(cons… 17 …d:在callstack表中查找包含"H:void OHOS::AppExecFwk::AbilityThread::HandleAbilityTransaction(const OHOS::Ap…
|
| /developtools/hiperf/test/fuzztest/perffile_fuzzer/ |
| D | PerfFile_fuzzer.cpp | 19 namespace OHOS { namespace 20 using namespace OHOS::Developtools::HiPerf; 87 OHOS::ScopeDebugLevel mix(OHOS::LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput() 88 OHOS::DebugLogger::GetInstance()->Disable(false); in LLVMFuzzerTestOneInput() 90 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput() 94 OHOS::FuzzPerfFileReader(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hiperf_hilog.h | 67 static constexpr OHOS::HiviewDFX::HiLogLabel HIPERF_HILOG_LABLE[] = { 76 (void)OHOS::HiviewDFX::HiLog::Fatal(HIPERF_HILOG_LABLE[module], FORMATED(__VA_ARGS__)) 78 (void)OHOS::HiviewDFX::HiLog::Error(HIPERF_HILOG_LABLE[module], FORMATED(__VA_ARGS__)) 80 (void)OHOS::HiviewDFX::HiLog::Warn(HIPERF_HILOG_LABLE[module], FORMATED(__VA_ARGS__)) 82 (void)OHOS::HiviewDFX::HiLog::Info(HIPERF_HILOG_LABLE[module], FORMATED(__VA_ARGS__)) 84 (void)OHOS::HiviewDFX::HiLog::Debug(HIPERF_HILOG_LABLE[module], FORMATED(__VA_ARGS__))
|
| /developtools/hiperf/include/ |
| D | hiperf_hilog.h | 65 static constexpr OHOS::HiviewDFX::HiLogLabel HIPERF_HILOG_LABLE[] = { 74 (void)OHOS::HiviewDFX::HiLog::Fatal(HIPERF_HILOG_LABLE[module], FORMATTED(__VA_ARGS__)) 76 (void)OHOS::HiviewDFX::HiLog::Error(HIPERF_HILOG_LABLE[module], FORMATTED(__VA_ARGS__)) 78 (void)OHOS::HiviewDFX::HiLog::Warn(HIPERF_HILOG_LABLE[module], FORMATTED(__VA_ARGS__)) 80 (void)OHOS::HiviewDFX::HiLog::Info(HIPERF_HILOG_LABLE[module], FORMATTED(__VA_ARGS__)) 82 (void)OHOS::HiviewDFX::HiLog::Debug(HIPERF_HILOG_LABLE[module], FORMATTED(__VA_ARGS__))
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | control_call_cmd.cpp | 32 namespace OHOS { namespace 86 OHOS::SmartPerf::StartUpDelay sd; in PageFps() 87 OHOS::SmartPerf::PageFpsTrace pageFpsTrace; in PageFps() 98 OHOS::SmartPerf::StartUpDelay sd; in SlideFps() 111 OHOS::SmartPerf::StartUpDelay sd; in SlideFPS() 144 OHOS::SmartPerf::ParseClickResponseTrace pcrt; in ResponseTime() 145 OHOS::SmartPerf::StartUpDelay sd; in ResponseTime() 156 OHOS::SmartPerf::StartUpDelay sd; in ColdStartHM() 157 OHOS::SmartPerf::ParseTrace parseTrace; in ColdStartHM() 169 OHOS::SmartPerf::StartUpDelay sd; in CompleteTime() [all …]
|
| D | editor_command.cpp | 25 namespace OHOS { namespace 29 OHOS::SmartPerf::ControlCallCmd controlCallCmd; in EditorCommand()
|
| D | smartperf_main.cpp | 24 OHOS::SmartPerf::EditorCommand(argc, v); in main() 27 OHOS::SmartPerf::SmartPerfCommand cmd(argc, argv); in main()
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_namespace.h | 20 #define FTRACE_NS_BEGIN namespace OHOS::Profiler::Plugins { 23 namespace OHOS { \ 37 #define FTRACE_NS OHOS::Profiler::Plugins
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | result_transporter_test.cpp | 69 OHOS::Profiler::Plugins::ResultTransporter reporter("", nullptr); 84 … OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&writer)); 97 … OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&writer)); 111 OHOS::Profiler::Plugins::ResultTransporter reporter("", nullptr); 124 … OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&flush)); 140 … OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&writer));
|
| /developtools/bytrace/bin/src/ |
| D | bytrace_osal.cpp | 19 namespace OHOS { namespace 24 bool result = OHOS::system::SetParameter(property, value); in SetPropertyInner() 33 return OHOS::system::GetParameter(property, value); in GetPropertyInner()
|
| /developtools/hiperf/test/fuzztest/libreport_fuzzer/ |
| D | LibReport_fuzzer.cpp | 18 namespace OHOS { namespace 47 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput() 50 OHOS::FuzzLibReport(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/hiperf/test/fuzztest/clientapi_fuzzer/ |
| D | ClientApi_fuzzer.cpp | 18 using namespace OHOS::Developtools::HiPerf; 20 namespace OHOS { namespace 109 OHOS::Developtools::HiPerf::StdoutRecord noStdOut("/dev/null", "w"); in LLVMFuzzerTestOneInput() 112 OHOS::FuzzClientApiClient(data, size); in LLVMFuzzerTestOneInput() 113 OHOS::FuzzClientApiOption(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/hiperf_plugin/test/fuzztest/hiperfstartplugin_fuzzer/ |
| D | hiperfstartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 36 OHOS::FuzzHiperfStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/diskio_plugin/test/fuzztest/diskiostartplugin_fuzzer/ |
| D | diskiostartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 36 OHOS::FuzzDiskioStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/hidump_plugin/test/fuzztest/hidumpstartplugin_fuzzer/ |
| D | hidumpstartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 36 OHOS::FuzzHidumpStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/cpu_plugin/test/fuzztest/cpustartplugin_fuzzer/ |
| D | cpustartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 36 OHOS::FuzzCpuStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/hilog_plugin/test/fuzztest/hilogstartplugin_fuzzer/ |
| D | hilogstartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 37 OHOS::FuzzHilogStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/memory_plugin/test/fuzztest/memorystartplugin_fuzzer/ |
| D | memorystartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 37 OHOS::FuzzMemoryStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/network_plugin/test/fuzztest/networkstartplugin_fuzzer/ |
| D | networkstartplugin_fuzzer.cpp | 23 namespace OHOS { namespace 38 OHOS::FuzzNetworkStartPlugin(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/api/test/fuzztest/pluginstopsessioncmd_fuzzer/ |
| D | pluginstopsessioncmd_fuzzer.cpp | 26 namespace OHOS { namespace 47 OHOS::StopSessionTest(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/api/test/fuzztest/plugindestroysessioncmd_fuzzer/ |
| D | plugindestroysessioncmd_fuzzer.cpp | 26 namespace OHOS { namespace 47 OHOS::DestroySessionTest(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/ |
| D | pluginstartsessioncmd_fuzzer.cpp | 27 namespace OHOS { namespace 50 OHOS::StartSessionTest(data, size); in LLVMFuzzerTestOneInput()
|
| /developtools/profiler/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/ |
| D | plugincreatesessioncmd_fuzzer.cpp | 26 namespace OHOS { namespace 48 OHOS::CreateSessionTest(data, size); in LLVMFuzzerTestOneInput()
|