Searched defs:trace_file (Results 1 – 5 of 5) sorted by relevance
34 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
85 bool VtsHidlHalReplayer::ParseTrace(const string& trace_file, in ParseTrace()125 const string& trace_file, const string& hal_service_name) { in ReplayTrace()
31 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
31 char trace_file[PATH_MAX]; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
184 def _ParseTraceData(self, trace_file): argument