Home
last modified time | relevance | path

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

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp40 bool VtsTraceProcessor::ParseBinaryTrace(const string& trace_file, in ParseBinaryTrace()
69 bool VtsTraceProcessor::ParseTextTrace(const string& trace_file, in ParseTextTrace()
97 void VtsTraceProcessor::ParseTrace(const string& trace_file) { in ParseTrace()
127 void VtsTraceProcessor::ConvertTrace(const string& trace_file) { in ConvertTrace()
141 void VtsTraceProcessor::CleanupTraceFile(const string& trace_file) { in CleanupTraceFile()
229 string trace_file = path; in CleanupTraces() local
241 const string& trace_file) { in ProcessTraceForLatencyProfiling()
311 string trace_file = trace_dir; in DedupTraces() local
422 string trace_file = trace_file_dir; in SelectTraces() local
/test/vts/drivers/hal/replayer/
DVtsHidlHalReplayer.cpp37 bool VtsHidlHalReplayer::ReplayTrace(const string& trace_file, in ReplayTrace()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp35 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
DMemoryTest.profiler.cpp35 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() local
DNfc.profiler.cpp35 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
DTestMsgQ.profiler.cpp42 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() local
DBar.profiler.cpp43 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() local
/test/vts/utils/python/profiling/
Dprofiling_utils.py188 def _ParseTraceData(self, trace_file): argument