Searched defs:trace_file (Results 1 – 2 of 2) sorted by relevance
43 bool VtsTraceProcessor::ParseBinaryTrace(const string& trace_file, in ParseBinaryTrace()77 bool VtsTraceProcessor::ParseTextTrace(const string& trace_file, in ParseTextTrace()105 void VtsTraceProcessor::ParseTrace(const string& trace_file) { in ParseTrace()135 void VtsTraceProcessor::ConvertTrace(const string& trace_file) { in ConvertTrace()149 void VtsTraceProcessor::CleanupTraceFile(const string& trace_file) { in CleanupTraceFile()241 string trace_file = path; in CleanupTraces() local253 const string& trace_file) { in ProcessTraceForLatencyProfiling()324 string trace_file = trace_dir; in DedupTraces() local395 string trace_file = trace_file_dir; in SelectTraces() local622 struct dirent* trace_file; in GetHalTraceMapping() local[all …]
232 def _ParseTraceData(self, trace_file, measure_api_coverage): argument