llvm-project/lldb/unittests/Process/Linux
Jakob Johnson 9b79187c96 [trace][intelpt] Server side changes for TSC to wall time conversion
Update the response schema of the TraceGetState packet and add
Intel PT specific response structure that contains the TSC conversion,
if it exists. The IntelPTCollector loads the TSC conversion and caches
it to prevent unnecessary calls to perf_event_open. Move the TSC conversion
calculation from Perf.h to TraceIntelPTGDBRemotePackets.h to remove
dependency on Linux specific headers.

Differential Revision: https://reviews.llvm.org/D122246
2022-03-24 05:36:21 -07:00
..
CMakeLists.txt Add thin wrapper for perf_event_open API 2022-03-21 13:38:52 -07:00
IntelPTCollectorTests.cpp Add thin wrapper for perf_event_open API 2022-03-21 13:38:52 -07:00
PerfTests.cpp [trace][intelpt] Server side changes for TSC to wall time conversion 2022-03-24 05:36:21 -07:00