Home
last modified time | relevance | path

Searched refs:CpuFreqThread (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h825 class CpuFreqThread : public WorkerThread {
827 CpuFreqThread(int num_cpus, int freq_threshold, int round);
828 ~CpuFreqThread();
896 DISALLOW_COPY_AND_ASSIGN(CpuFreqThread);
H A Dworker.cc3478 const CpuFreqThread::CpuRegisterType CpuFreqThread::kCpuRegisters[] = {
3484 CpuFreqThread::CpuFreqThread(int num_cpus, int freq_threshold, int round) in CpuFreqThread() function in CpuFreqThread
3498 CpuFreqThread::~CpuFreqThread() { in ~CpuFreqThread()
3505 bool CpuFreqThread::ComputeDelta(CpuDataType *current, CpuDataType *previous, in ComputeDelta()
3532 bool CpuFreqThread::ComputeFrequency(CpuDataType *current, in ComputeFrequency()
3550 bool CpuFreqThread::Work() { in Work()
3637 bool CpuFreqThread::GetMsrs(int cpu, CpuDataType *data) { in GetMsrs()
3651 bool CpuFreqThread::CanRun() { in CanRun()
H A Dsat.cc130 if (!CpuFreqThread::CanRun()) { in CheckEnvironment()
1466 CpuFreqThread *thread = new CpuFreqThread(CpuCount(), cpu_freq_threshold_, in InitializeThreads()