Searched refs:trace_file_name (Results 1 – 4 of 4) sorted by relevance
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test.py | 81 trace_file_name = str(os.path.basename(trace_path)) 83 self.DEVICE_VTS_TRACE_FILE_PATH, trace_file_name) 95 trace_file_name, target_trace_path) 107 test_case = self.CreateReplayTestCase(trace_file_name, 111 def CreateReplayTestCase(self, trace_file_name, target_trace_path): argument 123 test_case.test_name = "replay_test_" + trace_file_name 158 trace_file_name = str(os.path.basename(trace_path)) 160 self.DEVICE_TMP_DIR, "vts_replay_trace", trace_file_name)
|
/test/vts/utils/python/profiling/ |
D | profiling_utils.py | 168 trace_file_name = os.path.join(host_profiling_trace_path, 170 logging.info("Saving profiling traces: %s" % trace_file_name) 171 if temp_file_name != trace_file_name: 175 file_cmd += " cp " + temp_file_name + " " + trace_file_name
|
/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 410 coverage_info.trace_file_name = trace_file; in SelectTraces() 478 cout << "select trace file: " << it->second.trace_file_name << endl; in SelectTraces() 625 string trace_file_name = in GetHalTraceMapping() local 627 GetHalTraceSummary(trace_file_name, test_name, &trace_summaries); in GetHalTraceMapping()
|
D | VtsTraceProcessor.h | 119 std::string trace_file_name; member
|