Home
last modified time | relevance | path

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

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp34 bool VtsTraceProcessor::ParseTrace(const string& trace_file, in ParseTrace()
87 void VtsTraceProcessor::CleanupTraceForReplay(const string& trace_file) { in CleanupTraceForReplay()
112 const string& trace_file) { in ProcessTraceForLatencyProfiling()
151 string trace_file = trace_dir + file->d_name; in DedupTraces() local
/test/vts/drivers/hal/common/replayer/
DVtsHidlHalReplayer.cpp85 bool VtsHidlHalReplayer::ParseTrace(const string& trace_file, in ParseTrace()
125 const string& trace_file, const string& hal_service_name) { in ReplayTrace()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp31 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
DNfc.profiler.cpp31 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
/test/vts/utils/python/profiling/
Dprofiling_utils.py184 def _ParseTraceData(self, trace_file): argument