Page MenuHomeFreeBSD

Add SDT probes to the VMX VMexit interface
ClosedPublic

Authored by domagoj.stolfa_gmail.com on Mar 11 2018, 6:21 PM.
Referenced Files
F81624053: D14656.id.diff
Fri, Apr 19, 3:58 AM
Unknown Object (File)
Dec 10 2023, 3:01 PM
Unknown Object (File)
Nov 10 2023, 10:28 AM
Unknown Object (File)
Nov 8 2023, 6:09 AM
Unknown Object (File)
Nov 7 2023, 4:21 AM
Unknown Object (File)
Oct 9 2023, 9:25 AM
Unknown Object (File)
Oct 6 2023, 5:04 AM
Unknown Object (File)
Sep 6 2023, 1:14 AM
Subscribers

Details

Summary

This patch is the first in the series of patches that add a new provider in DTrace called vmm. It is meant to hold all of the bhyve-related kernel probes. In this particular patch, only VMX probes for the VMexit interface were added.

The purpose of these probes is to aid in debugging VMexit-related problems directly in the VMX interface without having to enable KTR (and in turn wait a very long time to get a trace).

Sponsored by: DARPA/AFRL

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Should I make any more changes for this to land? As an aside note: I've tried to make the interface as simple as possible to use with the args[0-2] being consistent.

I think this should be fine. Can always be tweaked later.

This revision is now accepted and ready to land.Apr 12 2018, 4:37 PM
This revision was automatically updated to reflect the committed changes.