Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 - 25 of 28) sorted by relevance

12

/developtools/profiler/device/plugins/memory_plugin/src/
H A Dtest_main.cpp42 const int bufferSize = 256; in main() local
H A Dmemory_module.cpp33 static int MemPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in MemPluginReportResult() argument
/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dcpu_module.cpp33 static int CpuPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in CpuPluginReportResult() argument
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Ddiskio_module.cpp33 static int DiskioPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in DiskioPluginReportResult() argument
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_data_reader_test.cpp85 long bufferSize = static_cast<long>(buffer.size()); in HWTEST_F() local
/developtools/profiler/device/plugins/gpu_plugin/src/
H A Dgpu_module.cpp32 static int GpuPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in GpuPluginReportResult() argument
/developtools/profiler/device/plugins/network_plugin/src/
H A Dnetwork_module.cpp34 static int NetworkPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in NetworkPluginReportResult() argument
/developtools/profiler/device/plugins/process_plugin/src/
H A Dprocess_module.cpp34 static int ProcessPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in ProcessPluginReportResult() argument
/developtools/profiler/device/plugins/sample_plugin/src/
H A Dsample_module.cpp35 static int SamplePluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in SamplePluginReportResult() argument
/developtools/profiler/device/plugins/xpower_plugin/src/
H A Dxpower_module.cpp38 static int XpowerPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in XpowerPluginReportResult() argument
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_command_builder.cpp28 BuildCreateSessionCmd(const ProfilerPluginConfig& config, uint32_t bufferSize) BuildCreateSessionCmd() argument
H A Dplugin_service.cpp139 uint32_t bufferSize = bufferConfig.pages() * PAGE_BYTES; in CreatePluginSession() local
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_reader.cpp104 bool TraceFileReader::ReadData(uint8_t buffer[], uint32_t bufferSize) in ReadData() argument
109 stream_.read(reinterpret_cast<CharPtr>(buffer), bufferSize); in ReadData() local
/developtools/profiler/device/plugins/api/src/
H A Dcommand_poller.cpp46 uint32_t bufferSize = cmd.buffer_sizes(0); in OnCreateSessionCmd() local
H A Dplugin_manager.cpp466 bool PluginManager::CreateWriter(std::string pluginName, uint32_t bufferSize, int smbFd, int eventFd, in CreateWriter() argument
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_handle.cpp25 NetworkProfilerHandle::NetworkProfilerHandle(clockid_t pluginDataClockId, uint32_t bufferSize, bool isProtobufSerialize) in NetworkProfilerHandle() argument
H A Dnetwork_profiler_manager.cpp230 uint32_t bufferSize = static_cast<uint32_t>(config_.smb_pages() * PAGE_BYTES); in HandleNetworkProfilerContext() local
341 bool NetworkProfilerManager::CreateWriter(std::string pluginName, uint32_t bufferSize, int smbFd, int eventFd, in CreateWriter() argument
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_data_repeater_test.cpp42 const int bufferSize = 10; in HWTEST_F() local
60 const int bufferSize = 10; in HWTEST_F() local
110 const int bufferSize = itemCounts; in HWTEST_F() local
162 const int bufferSize in HWTEST_F() local
176 const int bufferSize = 10; HWTEST_F() local
190 const int bufferSize = 10; HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_handle.cpp23 FfrtProfilerHandle::FfrtProfilerHandle(uint32_t bufferSize, bool isProtobufSerialize) in FfrtProfilerHandle() argument
H A Dffrt_profiler_manager.cpp221 uint32_t bufferSize = static_cast<uint32_t>(config_.smb_pages() * PAGE_BYTES); in HandleFfrtProfilerContext() local
332 bool FfrtProfilerManager::CreateWriter(std::string pluginName, uint32_t bufferSize, int smbFd, int eventFd, in CreateWriter() argument
/developtools/profiler/device/services/ipc/src/
H A Dsocket_context.cpp103 uint32_t bufferSize = MEMORY_BLOCK_UNIT; in UnixSocketRecv() local
/developtools/profiler/hidebug/frameworks/native/
H A Dhidebug_base.c109 uint32_t bufferSize = size; in QueryParams() local
/developtools/profiler/interfaces/kits/test/unittest/
H A Dplugin_module_api_test.cpp97 int PluginModuleApiTest::MemPluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in MemPluginReportResult() argument
157 int PluginModuleApiTest::SamplePluginReportResult(uint8_t* bufferData, uint32_t bufferSize) in SamplePluginReportResult() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp145 int bufferSize = bufferPtr->GetCapacity(); in RunHashTask() local
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp260 uint32_t bufferSize = static_cast<uint32_t>(hookConfig_.smb_pages()) * PAGE_BYTES; /* bufferConfig.pages() */ in HandleHookContext() local
657 bool HookManager::CreateWriter(std::string pluginName, uint32_t bufferSize, int smbFd, int eventFd, in CreateWriter() argument

Completed in 11 milliseconds

12