Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_api.cpp41 const std::string SIMPLEPERF_DATA_DIR = "simpleperf_data"; variable
157 for (const auto& name : GetEntriesInDir(SIMPLEPERF_DATA_DIR)) { in CollectRecordingData()
159 const std::string path = SIMPLEPERF_DATA_DIR + "/" + name; in CollectRecordingData()
206 return Workload::RunCmd({"rm", "-rf", SIMPLEPERF_DATA_DIR}); in RemoveRecordingData()