1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Install useful btrace scripts into /usr/share/btrace directory.

OK tedu@
This commit is contained in:
bluhm 2022-05-01 20:23:11 +00:00
parent 928431b49e
commit 679d3e5f99
4 changed files with 15 additions and 4 deletions

View 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>

View 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.
*

View 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.
*

View 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