Searched refs:SIMPLEPERF_DATA_DIR (Results 1 – 1 of 1) sorted by relevance
41 const std::string SIMPLEPERF_DATA_DIR = "simpleperf_data"; variable157 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()