Home
last modified time | relevance | path

Searched refs:VtsTraceProcessor (Results 1 – 4 of 4) 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()
116 bool VtsTraceProcessor::WriteProfilingMsg( in WriteProfilingMsg()
135 void VtsTraceProcessor::ConvertTrace(const string& trace_file) { in ConvertTrace()
149 void VtsTraceProcessor::CleanupTraceFile(const string& trace_file) { in CleanupTraceFile()
231 void VtsTraceProcessor::CleanupTraces(const string& path) { in CleanupTraces()
252 void VtsTraceProcessor::ProcessTraceForLatencyProfiling( in ProcessTraceForLatencyProfiling()
310 void VtsTraceProcessor::DedupTraces(const string& trace_dir) { in DedupTraces()
366 void VtsTraceProcessor::SelectTraces(const string& coverage_file_dir, in SelectTraces()
[all …]
DVtsTraceProcessor.h28 class VtsTraceProcessor {
30 explicit VtsTraceProcessor(VtsCoverageProcessor* coverage_processor) in VtsTraceProcessor() function
32 virtual ~VtsTraceProcessor(){}; in ~VtsTraceProcessor()
167 DISALLOW_COPY_AND_ASSIGN(VtsTraceProcessor);
DAndroid.bp24 srcs: ["VtsTraceProcessor.cpp", "VtsCoverageProcessor.cpp"],
DTraceProcessorMain.cpp107 android::vts::VtsTraceProcessor trace_processor(&coverage_processor); in main()