HomeSort by relevance Sort by last modified time
    Searched refs:ReadCmdlineFeature (Results 1 - 6 of 6) sorted by null

  /system/extras/simpleperf/
record_file.h 141 std::vector<std::string> ReadCmdlineFeature();
cmd_dumprecord.cpp 231 std::vector<std::string> cmdline = record_file_reader_->ReadCmdlineFeature();
cmd_debug_unwind.cpp 193 std::string record_cmd = android::base::Join(reader_->ReadCmdlineFeature(), " ");
cmd_kmem.cpp 578 std::vector<std::string> cmdline = record_file_reader_->ReadCmdlineFeature();
record_file_reader.cpp 385 std::vector<std::string> RecordFileReader::ReadCmdlineFeature() {
cmd_report.cpp 817 std::vector<std::string> cmdline = record_file_reader_->ReadCmdlineFeature();
    [all...]

Completed in 376 milliseconds