Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_record.cpp128 printf(" offCPU_:\t%d\n", offCPU_); in DumpOptions()
165 if (!Option::GetOptionValue(args, "--offcpu", offCPU_)) { in GetOptions()
741 if (offCPU_) { in PreparePerfEvent()
778 if (offCPU_ && !TraceOffCpu()) { in PrepareSysKernel()
1347 if (offCPU_) { in AddCpuOffFeature()
/developtools/hiperf/include/
Dsubcommand_record.h188 bool offCPU_ = false; variable