Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file.h295 bool IsPerfDataFile(const std::string& filename);
H A Drecord_file_reader.cpp965 bool IsPerfDataFile(const std::string& filename) { in IsPerfDataFile() function
H A Dcmd_inject.cpp1067 if (IsPerfDataFile(input_filenames_[0])) { in Run()