commit | 63b87d7c85ac25fffa3c8a590a55aa5ccd42b5fc | [log] [tgz] |
---|---|---|
author | Felix Willgerodt <felix.willgerodt@intel.com> | Tue Jun 27 11:20:55 2023 +0200 |
committer | Felix Willgerodt <felix.willgerodt@intel.com> | Tue Sep 24 14:22:29 2024 +0200 |
tree | 76bfea2ae49026bc8ac93914d22c747872fe32ec | |
parent | dc08e970bb59880a0a2d712e13cb57344af82635 [diff] |
btrace: Add support for further events. This is similar to the previous events that we added, and adds support for SMI, RSM, SIPI, INIT, VMENTRY, VMEXIT, SHUTDOWN, UINTR and UIRET. Though since these are mainly mechanical and not really possible to test, they are bundled in one commit. Approved-By: Markus Metzger <markus.t.metzger@intel.com>