| commit | 72bb34e65534f5f89b5b8f440ee83021a26c0058 | [log] [tgz] |
|---|---|---|
| author | Felix Willgerodt <felix.willgerodt@intel.com> | Wed Jun 06 14:27:21 2018 +0200 |
| committer | Felix Willgerodt <felix.willgerodt@intel.com> | Wed Aug 14 11:20:55 2024 +0200 |
| tree | 6b0ebb346f888eedd2e8c65c1df1a5980f99881f | |
| parent | d894edfcc40e63be9b6efa0950c1752f249f16e5 [diff] |
btrace: Enable auxiliary instructions in record instruction-history. Print the auxiliary data when a btrace_insn of type BTRACE_INSN_AUX is encountered in the instruction-history. Printing is active by default, it can be silenced with the /a modifier. This patch is in preparation for the new ptwrite feature, which is based on auxiliary instructions. Approved-By: Markus Metzger <markus.t.metzger@intel.com> Reviewed-By: Eli Zaretskii <eliz@gnu.org>