summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/trace/TestTraceLoad.py
AgeCommit message (Expand)Author
2024-01-09[lldb] Fix Intel PT plugin compile errors (#77252)Nicholas Mosier
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-10-27[intelpt] Update Python tests to account for new errrorsJakob Johnson
2022-10-25[trace][intel pt][simple] Fix errors after switching to libipt's top of treeWalter Erquinigo
2022-10-25[trace][intel pt] Simple detection of infinite decoding loopsWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [2] - Implement the reconstructi...Walter Erquinigo
2022-08-12[trace][intel pt] Fix per-psb packet decodingWalter Erquinigo
2022-08-04[trace][intel pt] Support a new kernel section in LLDB’s trace bundle schemaWalter Erquinigo
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng
2022-07-13[trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo
2022-06-29[trace] Make events first class items in the trace cursor and rework errorsWalter Erquinigo
2022-06-24[NFC][lldb][trace] Rename trace session to trace bundleWalter Erquinigo
2022-06-22[trace] Add an option to dump instructions in json and to a fileWalter Erquinigo
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-16[trace][intelpt] Support system-wide tracing [21] - Support long numbers in JSONWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [16] - Create threads automatica...Walter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [15] - Make triple optionalWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [14] - Decode per cpuWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [13] - Add context switch decodingWalter Erquinigo
2022-06-15[trace][intelpt] Support system-wide tracing [12] - Support multi-core trace ...Walter Erquinigo
2022-04-25[trace][intel pt] Support eventsWalter Erquinigo
2022-04-12[trace][intelpt] Add task timer classesWalter Erquinigo
2022-04-05[lldb][intelpt] Remove `IntelPTInstruction` and move methods to `DecodedThread`Alisamar Husain
2022-04-01[intelpt] Refactor timestamps out of `IntelPTInstruction`Alisamar Husain
2022-03-26[intelpt] Refactoring instruction decoding for flexibilityAlisamar Husain
2022-03-21[tests][intelpt] Fix outdated trace load testAlisamar Husain
2021-07-21[trace] [intel pt] Create a "thread trace dump stats" commandWalter Erquinigo
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-10-12[trace] Scaffold "thread trace dump instructions"Walter Erquinigo
2020-10-09[intel pt] Refactor parsingWalter Erquinigo
2020-09-24[intel-pt] Refactor the JSON parsingWalter Erquinigo
2020-09-21Add a "Trace" plug-in to LLDB to add process trace support in stages.Walter Erquinigo