aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Trace
AgeCommit message (Expand)AuthorFilesLines
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+2
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-2/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+1
2024-09-17[lldb][intel-pt] Fix build error on conversion from llvm::Error to Status::Fr...Wanyi1-2/+2
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-10/+10
2024-01-09[lldb] Fix Intel PT plugin compile errors (#77252)Nicholas Mosier6-44/+39
2023-11-06[LLDB] Don't forcefully initialize the process trace plugin (#71455)Walter Erquinigo1-4/+5
2023-11-06[TraceIntelPT]Migrate to new function template for TraceIntelPT (#71258)GeorgeHuyubo1-4/+4
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-1/+1
2023-09-19[lldb][NFCI] Remove unneeded ConstString from intel-pt plugin (#66721)Alex Langford2-3/+3
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-06-08[lldb][NFCI] DecodedThread::TraceItemStorage::error should own its own dataAlex Langford4-9/+9
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-2/+1
2023-01-14Remove redundant initialization of std::optional (NFC)Kazu Hirata2-2/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2-2/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata22-122/+126
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata22-0/+22
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song1-2/+2
2022-12-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata4-13/+13
2022-12-10Don't include None.h (NFC)Kazu Hirata2-2/+0
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata6-20/+20
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata4-9/+9
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata6-11/+11
2022-11-19[lldb] Use Optional::has_value instead of Optional::hasValue (NFC)Kazu Hirata2-4/+4
2022-11-08[NFC][intelpt] Improve IntelPT trace bundle documentationJakob Johnson1-0/+2
2022-10-26[trace][intelpt] Fix multi CPU decoding TSC assertion errorJakob Johnson1-9/+56
2022-10-25[trace][intel pt] Simple detection of infinite decoding loopsWalter Erquinigo7-33/+415
2022-10-21[trace][intel pt][simple] Fix TestTraceSaveWalter Erquinigo1-3/+7
2022-10-20[lldb][trace] Correctly treat kernel CPUs as individual threadsSujin Park1-1/+1
2022-08-15[NFC][trace][intel pt] add simple documentation lineWalter Erquinigo1-1/+3
2022-08-12[trace][intel pt] Fix per-psb packet decodingWalter Erquinigo8-353/+430
2022-08-11[NFC][lldb][trace] Fix formatting of tracing filesWalter Erquinigo21-128/+139
2022-08-04[trace][intel pt] Support a new kernel section in LLDB’s trace bundle schemaWalter Erquinigo8-50/+258
2022-08-02[NFC][trace] format source filesWalter Erquinigo11-68/+80
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson4-15/+13
2022-08-01[trace] Replace TraceCursorUP with TraceCursorSPJakob Johnson2-3/+3
2022-08-01[trace][intelpt] Update TraceIntelPTBundleSaver.cpp to accommodate FileSpec A...Jakob Johnson1-2/+2
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo12-214/+482
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng3-5/+130
2022-07-13[trace][intel pt] Add a cgroup filterGaurav Gaur8-10/+77
2022-07-13[trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo5-8/+55
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo7-58/+159
2022-07-13[trace][intel pt] Measure the time it takes to decode a thread in per-cpu modePeicong Wu5-29/+49
2022-07-13[trace][intel pt] Add a nice parser for the trace sizernofenko4-24/+98
2022-06-29Use value_or instead of getValueOr. NFCFangrui Song1-1/+1