summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp
AgeCommit message (Expand)Author
2025-04-29[lldb][AIX] get host info for AIX (#134354)Hemang Gadhavi
2023-04-16Apply fixes from performance-faster-string-find (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-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 in comments (NFC)Kazu Hirata
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-07-15Modernize Optional::{getValueOr,hasValue}Fangrui Song
2022-07-13[trace][intel pt] Add a cgroup filterGaurav Gaur
2022-06-28[lldb] Add a NativeProcessProtocol::Threads() iterableMichał Górny
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-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-25Fix conversion error to ExpectedThomas Preud'homme
2022-05-17[trace][intelpt] Support system-wide tracing [6] - Break IntelPTCollector int...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
2022-05-17[NFC][lldb][trace] Use uint64_t when decoding and enconding jsonWalter Erquinigo
2022-05-09Revert "[NFC][lldb][trace] Use uint64_t when decoding and enconding json"Walter Erquinigo
2022-05-09[NFC][lldb][trace] Use uint64_t when decoding and enconding jsonWalter Erquinigo
2022-05-09[trace][intelpt] Support system-wide tracing [3] - Refactor IntelPTThreadTraceWalter Erquinigo
2022-05-09[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tra...Walter Erquinigo
2022-05-02[trace][intelpt] Support system-wide tracing [1] - Add a method for accessing...Walter Erquinigo
2022-04-06[lldb] Silence GCC warnings about missing returns after fully covered switche...Martin Storsjö
2022-03-24[trace][intelpt] Server side changes for TSC to wall time conversionJakob Johnson
2022-03-21Add thin wrapper for perf_event_open APIJakob Johnson
2022-03-16Minor refactor and renaming:Jakob Johnson