Home
last modified time | relevance | path

Searched refs:PAGE_BYTES (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_standalone.cpp32 const int PAGE_BYTES = 4096; member
39 g_nativeConfig.set_smb_pages(hookData.smbSize / PAGE_BYTES); in SetNativeHookConfig()
H A Dhook_manager.cpp41 constexpr uint32_t PAGE_BYTES = 4096; member
218 clientConfig.shareMemorySize = static_cast<uint32_t>(hookConfig_.smb_pages() * PAGE_BYTES); in GetClientConfig()
260 uint32_t bufferSize = static_cast<uint32_t>(hookConfig_.smb_pages()) * PAGE_BYTES; /* bufferConfig.pages() */ in HandleHookContext()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp34 constexpr uint32_t PAGE_BYTES = 4096; member
159 socketService_->SetConfig(config_.smb_pages() * PAGE_BYTES, config_.flush_interval(), in StartFfrtProfiler()
221 uint32_t bufferSize = static_cast<uint32_t>(config_.smb_pages() * PAGE_BYTES); in HandleFfrtProfilerContext()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp34 constexpr uint32_t PAGE_BYTES = 4096; member
168 socketService_->SetConfig(config_.smb_pages() * PAGE_BYTES, config_.flush_interval(), in StartNetworkProfiler()
230 uint32_t bufferSize = static_cast<uint32_t>(config_.smb_pages() * PAGE_BYTES); in HandleNetworkProfilerContext()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp33 const int PAGE_BYTES = 4096; member
139 uint32_t bufferSize = bufferConfig.pages() * PAGE_BYTES; in CreatePluginSession()

Completed in 5 milliseconds