Home
last modified time | relevance | path

Searched refs:sampleInterval_ (Results 1 - 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/native_hook/include/
H A Dsampling.h30 return sampleInterval_; in GetSampleInterval()
34 return (allocSize >= sampleInterval_) ? allocSize : (CalcSamplings(allocSize) * sampleInterval_) ; in StartSampling()
71 uint64_t sampleInterval_ {0};
/developtools/profiler/device/plugins/native_hook/src/
H A Dsampling.cpp20 sampleInterval_ = 0; in Reset()
28 sampleInterval_ = sampleInterval; in InitSampling()
29 sampleRate_ = 1.0 / static_cast<double>(sampleInterval_); in InitSampling()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_config.cpp46 WRITEUINT32(parcel, sampleInterval_); in Marshalling()
85 READUINT32(parcel, config->sampleInterval_); in Unmarshalling()
H A Dnative_memory_profiler_sa_client_manager.cpp52 config->sampleInterval_ = sampleIntervel; in Start()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H A Dnative_memory_profiler_sa_config.h56 uint32_t sampleInterval_{0};
/developtools/profiler/device/plugins/native_daemon/
H A Dnative_daemon_client.cpp137 config->sampleInterval_ = std::stoi(argv[++i]); in main()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dcheck_hook_data_test.cpp104 if (sampleInterval_ > 0) { in StartDaemonProcessArgs()
106 command_.push_back(const_cast<char*>(std::to_string(sampleInterval_).c_str())); in StartDaemonProcessArgs()
454 int sampleInterval_ = 0; member in CheckHookDataTest
995 sampleInterval_ = 256; in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp726 hookConfig_.set_sample_interval(config->sampleInterval_); in SetHookConfig()

Completed in 7 milliseconds