Install useful btrace scripts into /usr/share/btrace directory.
authorbluhm <bluhm@openbsd.org>
Sun, 1 May 2022 20:23:11 +0000 (20:23 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 1 May 2022 20:23:11 +0000 (20:23 +0000)
OK tedu@

share/Makefile
share/btrace/kprofile.bt
share/btrace/runqlat.bt
usr.sbin/btrace/btrace.8

index 8ca48e2..5c786a6 100644 (file)
@@ -1,5 +1,5 @@
-#      $OpenBSD: Makefile,v 1.18 2014/10/09 03:46:15 tedu Exp $
+#      $OpenBSD: Makefile,v 1.19 2022/05/01 20:23:11 bluhm Exp $
 
-SUBDIR=        dict locale man misc mk snmp tabset termtypes zoneinfo
+SUBDIR=        btrace dict locale man misc mk snmp tabset termtypes zoneinfo
 
 .include <bsd.subdir.mk>
index 50ad97b..d02e906 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: kprofile.bt,v 1.2 2022/05/01 20:23:11 bluhm Exp $     */
+
 /*
  * kprofile.bt Kernel profiling (stack sampling) at 100Hz.
  *
index b241e7a..b77728d 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: runqlat.bt,v 1.3 2022/05/01 20:23:11 bluhm Exp $      */
+
 /*
  * runqlat.bt  Measure run queue latency (aka scheduler latency). OpenBSD.
  *
index d5ff5f0..08e231d 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: btrace.8,v 1.6 2021/09/08 13:29:51 dv Exp $
+.\"    $OpenBSD: btrace.8,v 1.7 2022/05/01 20:23:11 bluhm Exp $
 .\"
 .\" Copyright (c) 2019 Martin Pieuchot <mpi@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: September 8 2021 $
+.Dd $Mdocdate: May 1 2022 $
 .Dt BTRACE 8
 .Os
 .Sh NAME
@@ -59,6 +59,13 @@ Multiple
 options increase the verbosity.
 The maximum is 2.
 .El
+.Sh FILES
+.Bl -tag -width "/usr/share/btrace/XXXX" -compact
+.It Pa /usr/share/btrace/*
+collection of useful
+.Nm
+programs
+.El
 .Sh EXIT STATUS
 .Ex -std 
 .Sh SEE ALSO