Home
last modified time | relevance | path

Searched refs:offCPU_ (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/include/
H A Dsubcommand_record.h215 bool offCPU_ = false; member in OHOS::Developtools::HiPerf::SubCommandRecord
/developtools/hiperf/src/
H A Dsubcommand_record.cpp142 printf(" offCPU_:\t%d\n", offCPU_); in DumpOptions()
221 if (!Option::GetOptionValue(args, "--offcpu", offCPU_)) { in GetOptions()
863 if (offCPU_) { in PreparePerfEvent()
885 CHECK_TRUE(offCPU_ && !TraceOffCpu(), false, 1, "Fail to TraceOffCpu"); in PrepareSysKernel()
1521 if (offCPU_) { in AddCpuOffFeature()

Completed in 4 milliseconds