summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/trace
AgeCommit message (Expand)Author
2025-04-01[lldb] Fix intel trace plugin tests (#133826)David Peixotto
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
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-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
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 [3] - Add a JSON dumperWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [2] - Implement the reconstructi...Walter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dumpdump [1] - Add the command scaffo...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-07-13[trace][intel pt] Add a nice parser for the trace sizernofenko
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 [20] - Rename some fields in the...Walter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [17] - Some improvementsWalter 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-06-15[trace][intelpt] Support system-wide tracing [10] - Return warnings and tsc i...Walter Erquinigo
2022-06-15[trace][intelpt] Support system-wide tracing [9] - Collect and return context...Walter Erquinigo
2022-06-15[trace][intelpt] Support system-wide tracing [7] - Create a base IntelPTProce...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo
2022-05-09[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tra...Walter Erquinigo
2022-04-25[trace][intel pt] Support eventsWalter Erquinigo
2022-04-12[trace][intelpt] Add task timer classesWalter Erquinigo
2022-04-06[trace][intelpt] Introduce instruction IdsWalter Erquinigo
2022-04-05[lldb][intelpt] Remove `IntelPTInstruction` and move methods to `DecodedThread`Alisamar Husain
2022-04-02[trace][intel pt] Handle better tsc in the decoderWalter Erquinigo
2022-04-01[intelpt] Refactor timestamps out of `IntelPTInstruction`Alisamar Husain
2022-03-26[intelpt] Refactoring instruction decoding for flexibilityAlisamar Husain
2022-03-21[trace] clear any existing tracing sessions before relaunching the binaryWalter Erquinigo
2022-03-21[tests][intelpt] Fix outdated trace load testAlisamar Husain
2022-03-21[trace][intelpt] Added total memory usage by decoded traceAlisamar Husain