Home
last modified time | relevance | path

Searched defs:trace_file (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp43 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() local
253 const string& trace_file) { in ProcessTraceForLatencyProfiling()
324 string trace_file = trace_dir; in DedupTraces() local
395 string trace_file = trace_file_dir; in SelectTraces() local
622 struct dirent* trace_file; in GetHalTraceMapping() local
[all …]
/test/vts/utils/python/profiling/
Dprofiling_utils.py232 def _ParseTraceData(self, trace_file, measure_api_coverage): argument