Searched refs:trace_file (Results 1 – 7 of 7) sorted by relevance
/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 43 bool VtsTraceProcessor::ParseBinaryTrace(const string& trace_file, in ParseBinaryTrace() argument 48 open(trace_file.c_str(), O_RDONLY, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in ParseBinaryTrace() 50 cerr << "Can not open trace file: " << trace_file in ParseBinaryTrace() 77 bool VtsTraceProcessor::ParseTextTrace(const string& trace_file, in ParseTextTrace() argument 79 ifstream in(trace_file, std::ios::in); in ParseTextTrace() 105 void VtsTraceProcessor::ParseTrace(const string& trace_file) { in ParseTrace() argument 107 if (!ParseBinaryTrace(trace_file, false, false, false, &profiling_msg)) { in ParseTrace() 108 cerr << __func__ << ": Failed to parse trace file: " << trace_file << endl; in ParseTrace() 135 void VtsTraceProcessor::ConvertTrace(const string& trace_file) { in ConvertTrace() argument 137 if (!ParseTextTrace(trace_file, &profiling_msg)) { in ConvertTrace() [all …]
|
D | VtsTraceProcessor.h | 45 void ProcessTraceForLatencyProfiling(const std::string& trace_file); 61 void ParseTrace(const std::string& trace_file); 64 void ConvertTrace(const std::string& trace_file); 76 bool ParseBinaryTrace(const std::string& trace_file, bool ignore_timestamp, 82 bool ParseTextTrace(const std::string& trace_file, 90 void CleanupTraceFile(const std::string& trace_file); 160 void GetHalTraceSummary(const std::string& trace_file,
|
/test/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayer.cpp | 42 void VtsHidlHalReplayer::ListTestServices(const string& trace_file) { in ListTestServices() argument 44 int fd = open(trace_file.c_str(), O_RDONLY); in ListTestServices() 46 LOG(ERROR) << "Can not open trace file: " << trace_file in ListTestServices() 78 const string& trace_file, map<string, string>& hal_service_instances) { in ReplayTrace() argument 80 int fd = open(trace_file.c_str(), O_RDONLY); in ReplayTrace() 82 LOG(ERROR) << "Can not open trace file: " << trace_file in ReplayTrace()
|
D | VtsHidlHalReplayer.h | 37 bool ReplayTrace(const std::string& trace_file, 41 void ListTestServices(const string& trace_file);
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/ |
D | VtsHalTraceCollector.java | 114 File trace_file = new File( in pullTraceFiles() local 116 device.pullFile(line, trace_file); in pullTraceFiles()
|
/test/vts/utils/python/profiling/ |
D | profiling_utils.py | 232 def _ParseTraceData(self, trace_file, measure_api_coverage): argument 255 (trace_processor_lib, trace_processor_binary, trace_file)
|
/test/vts-testcase/hal/script/configure/ |
D | test_case_creator.py | 417 trace_file=trace)
|