From 9f8413dc8057d557d92ae4c88eb325106de08d8f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 5 Dec 2021 12:09:15 +0100 Subject: [PATCH 278/310] share/dtrace/flowtrace: Remove probes that are no longer valid Obtained from: ElectroBSD --- share/dtrace/flowtrace | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/dtrace/flowtrace b/share/dtrace/flowtrace index 9e890f61a311..805a54592d43 100755 --- a/share/dtrace/flowtrace +++ b/share/dtrace/flowtrace @@ -62,7 +62,6 @@ fbt::$$1:entry /* ... except for the children of these functions. */ fbt::hpet_intr:return, -fbt::lapic_handle_intr:return, fbt::termcn_cnputc:return, fbt::printf:return, fbt::cv_signal:return, @@ -86,7 +85,6 @@ fbt::: } fbt::hpet_intr:entry, -fbt::lapic_handle_intr:entry, fbt::termcn_cnputc:entry, fbt::printf:entry, fbt::cv_signal:entry, -- 2.37.1