From: dv Date: Sun, 11 Sep 2022 19:05:44 +0000 (+0000) Subject: Add the new inout vmm(4) tracepoint to dt(4). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e16508e7bdda96397068cb8b207633f860bedd3b;p=openbsd Add the new inout vmm(4) tracepoint to dt(4). Forgot to put it in the list of static tracepoints when I committed the tracepoint at g2k22. Woops. --- diff --git a/sys/dev/dt/dt_prov_static.c b/sys/dev/dt/dt_prov_static.c index 96e6101e7ef..8f3c41febeb 100644 --- a/sys/dev/dt/dt_prov_static.c +++ b/sys/dev/dt/dt_prov_static.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dt_prov_static.c,v 1.16 2022/09/02 17:46:37 dv Exp $ */ +/* $OpenBSD: dt_prov_static.c,v 1.17 2022/09/11 19:05:44 dv Exp $ */ /* * Copyright (c) 2019 Martin Pieuchot @@ -127,6 +127,7 @@ struct dt_probe *const dtps_static[] = { /* VMM */ &_DT_STATIC_P(vmm, guest_enter), &_DT_STATIC_P(vmm, guest_exit), + &_DT_STATIC_P(vmm, inout), #endif /* __amd64__ */ /* SMR */ &_DT_STATIC_P(smr, call),