Searched refs:traceDescriptionFilePath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/test/API/commands/trace/ |
H A D | TestTraceLoad.py | 18 traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"] 129 traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"] 188 traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"] 213 traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"] 238 traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"] 317 traceDescriptionFilePath=trace_description_file_path, 332 traceDescriptionFilePath=trace_description_file_path, 357 traceDescriptionFilePath=trace_description_file_path, 371 traceDescriptionFilePath=trace_description_file_path, 384 traceDescriptionFilePath=trace_description_file_path, [all …]
|
H A D | TestTraceEvents.py | 17 traceDescriptionFilePath=trace_description_file_path, substrs=["intel-pt"]
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/intelpt/ |
H A D | intelpt_testcase.py | 164 def traceLoad(self, traceDescriptionFilePath, error=False, substrs=None): argument 166 traceDescriptionFile = lldb.SBFileSpec(traceDescriptionFilePath, True)
|