summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Trace
AgeCommit message (Expand)Author
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-09-17[lldb][intel-pt] Fix build error on conversion from llvm::Error to Status::Fr...Wanyi
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-01-09[lldb] Fix Intel PT plugin compile errors (#77252)Nicholas Mosier
2023-11-06[LLDB] Don't forcefully initialize the process trace plugin (#71455)Walter Erquinigo
2023-11-06[TraceIntelPT]Migrate to new function template for TraceIntelPT (#71258)GeorgeHuyubo
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-09-19[lldb][NFCI] Remove unneeded ConstString from intel-pt plugin (#66721)Alex Langford
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-06-08[lldb][NFCI] DecodedThread::TraceItemStorage::error should own its own dataAlex Langford
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2023-01-14Remove redundant initialization of std::optional (NFC)Kazu Hirata
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song
2022-12-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-11-19[lldb] Use Optional::has_value instead of Optional::hasValue (NFC)Kazu Hirata
2022-11-08[NFC][intelpt] Improve IntelPT trace bundle documentationJakob Johnson
2022-10-26[trace][intelpt] Fix multi CPU decoding TSC assertion errorJakob Johnson
2022-10-25[trace][intel pt] Simple detection of infinite decoding loopsWalter Erquinigo
2022-10-21[trace][intel pt][simple] Fix TestTraceSaveWalter Erquinigo
2022-10-20[lldb][trace] Correctly treat kernel CPUs as individual threadsSujin Park
2022-08-15[NFC][trace][intel pt] add simple documentation lineWalter Erquinigo
2022-08-12[trace][intel pt] Fix per-psb packet decodingWalter Erquinigo
2022-08-11[NFC][lldb][trace] Fix formatting of tracing filesWalter Erquinigo
2022-08-04[trace][intel pt] Support a new kernel section in LLDB’s trace bundle schemaWalter Erquinigo
2022-08-02[NFC][trace] format source filesWalter Erquinigo
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson
2022-08-01[trace] Replace TraceCursorUP with TraceCursorSPJakob Johnson
2022-08-01[trace][intelpt] Update TraceIntelPTBundleSaver.cpp to accommodate FileSpec A...Jakob Johnson
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng
2022-07-13[trace][intel pt] Add a cgroup filterGaurav Gaur
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] Measure the time it takes to decode a thread in per-cpu modePeicong Wu
2022-07-13[trace][intel pt] Add a nice parser for the trace sizernofenko
2022-06-29Use value_or instead of getValueOr. NFCFangrui Song