head	1.2;
access;
symbols
	RELENG_9:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.52.54;	author svnexp;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2012.07.11.16.27.02;	author gnn;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.01.52.54;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2012.12.07.19.09.15;	author svnexp;	state Exp;
branches;
next	1.2.2.3;

1.2.2.3
date	2013.08.23.15.01.43;	author svnexp;	state Exp;
branches;
next	1.2.2.4;

1.2.2.4
date	2014.01.17.11.02.29;	author svnexp;	state dead;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/sys/modules/dtrace/dtio/Makefile 238366 2012-07-11 16:27:02Z gnn $

.PATH: ${.CURDIR}/../../../kern

KMOD=		dtio
SRCS=		dtio_kdtrace.c \
		vnode_if.h

CFLAGS+=	-I${.CURDIR}/../../../cddl/compat/opensolaris \
		-I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
		-I${.CURDIR}/../../..

.include <bsd.kmod.mk>
@


1.2.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-12-07 19:09:15 +0000
@
text
@d1 13
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243989
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243989 | gnn | 2012-12-07 19:06:40 +0000 (Fri, 07 Dec 2012) | 16 lines
## SVN ##
## SVN ## MFC: 238366, 240924
## SVN ##
## SVN ## Initial commit of an I/O provider for DTrace on FreeBSD.
## SVN ##
## SVN ##  These probes are most useful when looking into the structures
## SVN ##  they provide, which are listed in io.d.  For example:
## SVN ##
## SVN ##  dtrace -n 'io:kernel::start { printf("%d\n", args[0]->bio_bcount); }'
## SVN ##
## SVN ##  Note that the I/O systems in FreeBSD and Solaris/Illumos are sufficiently
## SVN ##  different that there is not a 1:1 mapping from scripts that work
## SVN ##  with one to the other.
## SVN ##
## SVN ## This commit includes the fix so that our probes use "kernel"
## SVN ## instead of the Solaris specific "genunix"
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@a0 13
# $FreeBSD: stable/9/sys/modules/dtrace/dtio/Makefile 238366 2012-07-11 16:27:02Z gnn $

.PATH: ${.CURDIR}/../../../kern

KMOD=		dtio
SRCS=		dtio_kdtrace.c \
		vnode_if.h

CFLAGS+=	-I${.CURDIR}/../../../cddl/compat/opensolaris \
		-I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
		-I${.CURDIR}/../../..

.include <bsd.kmod.mk>
@


1.2.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/254704
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/dtrace/dtio/Makefile 254704 2013-08-23 14:17:45Z avg $
a13 2

CFLAGS+=	-include ${.CURDIR}/../../../cddl/compat/opensolaris/sys/debug_compat.h
@


1.2.2.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/260816
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@@


1.1
log
@SVN rev 238366 on 2012-07-11 16:27:02Z by gnn

Initial commit of an I/O provider for DTrace on FreeBSD.

These probes are most useful when looking into the structures
they provide, which are listed in io.d.  For example:

dtrace -n 'io:genunix::start { printf("%d\n", args[0]->bio_bcount); }'

Note that the I/O systems in FreeBSD and Solaris/Illumos are sufficiently
different that there is not a 1:1 mapping from scripts that work
with one to the other.
MFC after:	1 month
@
text
@d1 1
a1 1
# $FreeBSD$
@

