[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / btrace

File: [local] / src / share / btrace / Makefile (download)

Revision 1.1, Sat Oct 23 19:37:35 2021 UTC (2 years, 7 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1

Provide common btrace(8) scripts.

. kprofile.bt - to save kernel stackframces and produce flamegraphs
. runqlat.bt  - to measure the latency of the scheduler runqueues

#	$OpenBSD: Makefile,v 1.1 2021/10/23 19:37:35 mpi Exp $

FILES=	kprofile.bt runqlat.bt
NOOBJ=	noobj

install:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/btrace

.include <bsd.prog.mk>