From: bluhm Date: Sun, 1 May 2022 20:23:11 +0000 (+0000) Subject: Install useful btrace scripts into /usr/share/btrace directory. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=679d3e5f993b00a49a532b1d4cde87917aa340fc;p=openbsd Install useful btrace scripts into /usr/share/btrace directory. OK tedu@ --- diff --git a/share/Makefile b/share/Makefile index 8ca48e24ab3..5c786a648ce 100644 --- a/share/Makefile +++ b/share/Makefile @@ -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 diff --git a/share/btrace/kprofile.bt b/share/btrace/kprofile.bt index 50ad97be986..d02e906745d 100644 --- a/share/btrace/kprofile.bt +++ b/share/btrace/kprofile.bt @@ -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. * diff --git a/share/btrace/runqlat.bt b/share/btrace/runqlat.bt index b241e7a806d..b77728d40d8 100644 --- a/share/btrace/runqlat.bt +++ b/share/btrace/runqlat.bt @@ -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. * diff --git a/usr.sbin/btrace/btrace.8 b/usr.sbin/btrace/btrace.8 index d5ff5f03fae..08e231dd2b1 100644 --- a/usr.sbin/btrace/btrace.8 +++ b/usr.sbin/btrace/btrace.8 @@ -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 .\" @@ -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