Searched defs:frequency (Results 1 – 11 of 11) sorted by relevance
23 uint32 frequency = 3; // Set the counts of dumpping records per second, default 1000. field
36 CpuCoreFrequency frequency = 6; field
22 uint32 frequency = 3; // Set the counts of dumpping records per second, default 1000. field
52 private int frequency = DEFAULT_FREQUENCY; field in PerfConfig144 public void setFrequency(int frequency) { in setFrequency()
244 int32_t frequency = 0; in GetCpuFrequency() local318 CpuCoreFrequency* frequency = cpuCore.mutable_frequency(); in SetCpuFrequency() local
130 const unsigned int frequency = 4000; in SetAllConfig() local
164 void RecordOption::SetFrequency(int frequency) in SetFrequency()
604 int frequency = frequency_ != 0 ? frequency_ : PerfEvents::DEFAULT_SAMPLE_FREQUNCY; in SetPerfMaxSampleRate() local
814 void PerfEvents::SetSampleFrequency(unsigned int frequency) in SetSampleFrequency()