Searched refs:traceDescriptionFilePath (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceLoad.py | 14 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 D | TestTraceEvents.py | 12 self.traceLoad(traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"])
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/ |
| H A D | intelpt_testcase.py | 137 def traceLoad(self, traceDescriptionFilePath, error=False, substrs=None): argument 139 traceDescriptionFile = lldb.SBFileSpec(traceDescriptionFilePath, True)
|