[Lldb-commits] [PATCH] D122293: [intelpt] Refactoring instruction decoding for flexibility
Alisamar Husain via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 25 10:17:03 PDT 2022
zrthxn marked 15 inline comments as done.
zrthxn added a comment.
Before refactor
thread #1: tid = 37275
Raw trace size: 4 KiB
Total number of instructions: 21
Total approximate memory usage: 5.38 KiB
After refactor
(lldb) thread trace dump info
Trace technology: intel-pt
thread #1: tid = 13690
Raw trace size: 4 KiB
Total number of instructions: 20
Total approximate memory usage: 5.34 KiB
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122293/new/
https://reviews.llvm.org/D122293
More information about the lldb-commits
mailing list