Home
last modified time | relevance | path

Searched refs:traceDescriptionFilePath (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceLoad.py14 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
99 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
131 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
144 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
157 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
228 …self.traceLoad(traceDescriptionFilePath=trace_description_file_path, error=True, substrs=expected_…
234 …self.traceLoad(traceDescriptionFilePath=trace_description_file_path, error=True, substrs=expected_…
251 …self.traceLoad(traceDescriptionFilePath=trace_description_file_path, error=True, substrs=expected_…
257 …self.traceLoad(traceDescriptionFilePath=trace_description_file_path, error=True, substrs=expected_…
265 …self.traceLoad(traceDescriptionFilePath=trace_description_file_path, error=True, substrs=expected_…
H A DTestTraceEvents.py12 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py137 def traceLoad(self, traceDescriptionFilePath, error=False, substrs=None): argument
139 traceDescriptionFile = lldb.SBFileSpec(traceDescriptionFilePath, True)