Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcpu_hotplug_test.cpp154 std::string cpu_str = android::base::StringPrintf("%d", record_cpu); in RecordInChildProcess() local
156 bool ret = RecordCmd()->Run({"-a", "--cpu", cpu_str, "sleep", record_duration_str}); in RecordInChildProcess()