DavidSpickett abandoned this revision.
DavidSpickett added a comment.
For https://github.com/llvm/llvm-project/issues/57594, succeeded by
https://reviews.llvm.org/D133778.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133763/new/
https://reviews.l
labath added a comment.
(This file is only used for the processor trace feature, and one can debug just
fine without it. So, I'd just conditionally compile out the processor trace
support on older kernels -- it's highly questionable whether this works there
anyway).
Repository:
rG LLVM Gith
DavidSpickett planned changes to this revision.
DavidSpickett added inline comments.
Herald added a subscriber: JDevlieghere.
Comment at: lldb/source/Plugins/Process/Linux/Perf.cpp:28
lldb_private::process_linux::LoadPerfTscConversionParameters() {
#if LINUX_VERSION_CODE >= KER
DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133763
Files:
lldb/source/Plugins/Process/Li