Searched refs:max_sample_freq_ (Results 1 – 2 of 2) sorted by relevance
172 uint64_t max_sample_freq_ = DEFAULT_SAMPLE_FREQ_FOR_NONTRACEPOINT_EVENT; member in simpleperf::__anone0477bd70110::MonitorCommand453 if (GetMaxSampleFrequency(&cur_max_freq) && cur_max_freq < max_sample_freq_ && in AdjustPerfEventLimit()454 !SetMaxSampleFrequency(max_sample_freq_)) { in AdjustPerfEventLimit()474 return SetPerfEventLimits(std::max(max_sample_freq_, cur_max_freq), cpu_time_max_percent_, in AdjustPerfEventLimit()
416 uint64_t max_sample_freq_ = DEFAULT_SAMPLE_FREQ_FOR_NONTRACEPOINT_EVENT; member in simpleperf::__anon08ce178e0110::RecordCommand1143 if (GetMaxSampleFrequency(&cur_max_freq) && cur_max_freq < max_sample_freq_ && in AdjustPerfEventLimit()1144 !SetMaxSampleFrequency(max_sample_freq_)) { in AdjustPerfEventLimit()1166 return SetPerfEventLimits(std::max(max_sample_freq_, cur_max_freq), cpu_time_max_percent_, in AdjustPerfEventLimit()