Home
last modified time | relevance | path

Searched refs:sampleInterval (Results 1 - 12 of 12) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/fuzztest/nativedaemonsa_fuzzer/
H A Dnative_daemon_sa_fuzzer.cpp51 uint32_t sampleInterval = 0; in FuzzNativeDaemonSa() local
60 sampleInterval = static_cast<uint32_t>(data[SECOND_CHECK]); in FuzzNativeDaemonSa()
67 sampleInterval); in FuzzNativeDaemonSa()
/developtools/profiler/device/plugins/native_hook/src/
H A Dsampling.cpp26 void Sampling::InitSampling(uint64_t sampleInterval) in InitSampling() argument
28 sampleInterval_ = sampleInterval; in InitSampling()
H A Dhook_client.cpp402 if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) { //0 not sampling in hook_malloc()
464 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_malloc()
507 if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(len) == 0) { //0 not sampling in hook_aligned_alloc()
569 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_aligned_alloc()
621 if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size * number) == 0) { in hook_calloc()
675 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_calloc()
730 if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) { in hook_realloc()
792 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_realloc()
877 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_free()
990 if ((fd < 0 && offset == 0) && g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVA in hook_mmap()
[all...]
H A Dhook_socket_client.cpp122 sampler_->InitSampling(config_->sampleInterval); in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_standalone.h31 uint32_t sampleInterval {0};
64 << ", responseLibraryMode: " << responseLibraryMode << ", sampleInterval: " << sampleInterval in ToString()
H A Dhook_common.h141 sampleInterval = 0; in Reset()
167 << ", sampleInterval: " << sampleInterval << ", responseLibraryMode: " << responseLibraryMode in ToString()
177 uint32_t sampleInterval = 0; variable
/developtools/smartperf_host/trace_streamer/src/base/
H A Dpbreader_file_header.h68 uint32_t sampleInterval; // Polling plugin collection interval(ms) member
/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp115 hookData.sampleInterval = static_cast<uint32_t>(IsDigits(args[idx + 1]) ? std::stoi(args[idx + 1]) : 0); in ParseCommand()
116 if (std::to_string(hookData.sampleInterval) != args[idx + 1]) { in ParseCommand()
H A Dhook_standalone.cpp52 g_nativeConfig.set_sample_interval(hookData.sampleInterval); in SetNativeHookConfig()
H A Dhook_manager.cpp232 clientConfig.sampleInterval = hookConfig_.sample_interval(); in GetClientConfig()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H A Dpbreader_parser.cpp681 uint32_t sampleInterval = pluginDataZero.sample_interval(); in ParseMemoryConfig() local
683 std::to_string(sampleInterval)); in ParseMemoryConfig()
859 profilerPluginData_.sampleInterval = pluginDataZero.sample_interval(); in ParseJSMemory()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
H A Dpbreader_js_memory_parser.cpp340 profilerPluginDataResult.set_sample_interval(profilerPluginData.sampleInterval); in SerializeToString()

Completed in 10 milliseconds