[Lldb-commits] [PATCH] D106328: [trace][intel pt] Add TSC timestamps
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 20 15:30:42 PDT 2021
wallace added inline comments.
================
Comment at: lldb/source/Commands/Options.td:1071
+ Desc<"For each instruction, print the corresponding timestamp counter if available.">;
}
----------------
clayborg wrote:
> You mentioned "--psb_period" in your description, but that isn't here. Just wanted to make sure that is on purpose. And if you do add it it should be --psb-period with - and not a _
that's in the TraceIntelPTOptions.td file :), as it's intel pt specific
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106328/new/
https://reviews.llvm.org/D106328
More information about the lldb-commits
mailing list