summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.cpp
AgeCommit message (Expand)Author
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-16[trace] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to ...Fangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-11[NFC][lldb][trace] Fix formatting of tracing filesWalter Erquinigo
2022-08-03[NFC][intel pt] Improve troubleshooting messageWalter Erquinigo
2022-07-13[trace][intel pt] Add a cgroup filterGaurav Gaur
2022-06-28[lldb] Add a NativeProcessProtocol::Threads() iterableMichał Górny
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
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 [18] - some more improvementsWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [17] - Some improvementsWalter 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 [5] - Disable/enable per-core tr...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo