commit | 4195751c5cade8db8321969ce94f919a80905a42 | [log] [tgz] |
---|---|---|
author | Felix Willgerodt <felix.willgerodt@intel.com> | Thu Jun 07 10:38:10 2018 +0200 |
committer | Felix Willgerodt <felix.willgerodt@intel.com> | Wed Aug 14 11:20:56 2024 +0200 |
tree | 528e6e06c463d7633e06a661d220289889cc1c1b | |
parent | 72bb34e65534f5f89b5b8f440ee83021a26c0058 [diff] |
btrace: Enable auxiliary instructions in record function-call-history. Print the auxiliary data when a btrace_insn of type BTRACE_INSN_AUX is encountered in the function-call-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>