diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.sbin/pmcstat | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'usr.sbin/pmcstat')
-rw-r--r-- | usr.sbin/pmcstat/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_annotate.c | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_annotate.h | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_callgraph.c | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_callgraph.h | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_calltree.c | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_calltree.h | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_gprof.c | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcpl_gprof.h | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.8 | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.c | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.h | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcstat_log.c | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcstat_log.h | 2 | ||||
-rw-r--r-- | usr.sbin/pmcstat/pmcstat_top.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile index 2bd8133ed17c4..7cc853b030f62 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pmcstat/Makefile,v 1.5.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= pmcstat diff --git a/usr.sbin/pmcstat/pmcpl_annotate.c b/usr.sbin/pmcstat/pmcpl_annotate.c index 802983cd9bd01..2f6692129fe6f 100644 --- a/usr.sbin/pmcstat/pmcpl_annotate.c +++ b/usr.sbin/pmcstat/pmcpl_annotate.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcpl_annotate.c,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/usr.sbin/pmcstat/pmcpl_annotate.h b/usr.sbin/pmcstat/pmcpl_annotate.h index 482bcd41e8d81..e858748fe0642 100644 --- a/usr.sbin/pmcstat/pmcpl_annotate.h +++ b/usr.sbin/pmcstat/pmcpl_annotate.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcpl_annotate.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_PL_ANNOTATE_H_ diff --git a/usr.sbin/pmcstat/pmcpl_callgraph.c b/usr.sbin/pmcstat/pmcpl_callgraph.c index a04fc19e22c9b..4ac8527837e83 100644 --- a/usr.sbin/pmcstat/pmcpl_callgraph.c +++ b/usr.sbin/pmcstat/pmcpl_callgraph.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcpl_callgraph.c,v 1.1.4.5.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/usr.sbin/pmcstat/pmcpl_callgraph.h b/usr.sbin/pmcstat/pmcpl_callgraph.h index aaf0e1ba1d699..8d8b8036c4266 100644 --- a/usr.sbin/pmcstat/pmcpl_callgraph.h +++ b/usr.sbin/pmcstat/pmcpl_callgraph.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcpl_callgraph.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_PL_CALLGRAPH_H_ diff --git a/usr.sbin/pmcstat/pmcpl_calltree.c b/usr.sbin/pmcstat/pmcpl_calltree.c index c647a325a0209..c128690fdcc13 100644 --- a/usr.sbin/pmcstat/pmcpl_calltree.c +++ b/usr.sbin/pmcstat/pmcpl_calltree.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcpl_calltree.c,v 1.1.4.10.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/usr.sbin/pmcstat/pmcpl_calltree.h b/usr.sbin/pmcstat/pmcpl_calltree.h index f54957f83f718..0ac71356c958e 100644 --- a/usr.sbin/pmcstat/pmcpl_calltree.h +++ b/usr.sbin/pmcstat/pmcpl_calltree.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcpl_calltree.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_PL_CALLTREE_H_ diff --git a/usr.sbin/pmcstat/pmcpl_gprof.c b/usr.sbin/pmcstat/pmcpl_gprof.c index 9327eb95b62d4..7d3f29492e5c4 100644 --- a/usr.sbin/pmcstat/pmcpl_gprof.c +++ b/usr.sbin/pmcstat/pmcpl_gprof.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcpl_gprof.c,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/usr.sbin/pmcstat/pmcpl_gprof.h b/usr.sbin/pmcstat/pmcpl_gprof.h index 069082fe3e22e..f220014c04efb 100644 --- a/usr.sbin/pmcstat/pmcpl_gprof.h +++ b/usr.sbin/pmcstat/pmcpl_gprof.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcpl_gprof.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_PL_GPROF_H_ diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8 index bc7bdb6b85988..cbbec3e355d83 100644 --- a/usr.sbin/pmcstat/pmcstat.8 +++ b/usr.sbin/pmcstat/pmcstat.8 @@ -23,7 +23,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pmcstat/pmcstat.8,v 1.12.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 19, 2008 .Os diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index ab3846c38c48d..543b55c170a47 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcstat.c,v 1.17.2.7.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/event.h> diff --git a/usr.sbin/pmcstat/pmcstat.h b/usr.sbin/pmcstat/pmcstat.h index c9c24a916aabd..785a5d70c31a0 100644 --- a/usr.sbin/pmcstat/pmcstat.h +++ b/usr.sbin/pmcstat/pmcstat.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcstat.h,v 1.5.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_H_ diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c index 7149ba8e83cae..7e90cce7a0a08 100644 --- a/usr.sbin/pmcstat/pmcstat_log.c +++ b/usr.sbin/pmcstat/pmcstat_log.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcstat_log.c,v 1.10.2.10.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/usr.sbin/pmcstat/pmcstat_log.h b/usr.sbin/pmcstat/pmcstat_log.h index bfa925c52221b..e90b74a99ab5d 100644 --- a/usr.sbin/pmcstat/pmcstat_log.h +++ b/usr.sbin/pmcstat/pmcstat_log.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcstat_log.h,v 1.1.4.4.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_LOG_H_ diff --git a/usr.sbin/pmcstat/pmcstat_top.h b/usr.sbin/pmcstat/pmcstat_top.h index 281410b09cafe..ee96cb5ec90d2 100644 --- a/usr.sbin/pmcstat/pmcstat_top.h +++ b/usr.sbin/pmcstat/pmcstat_top.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcstat_top.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PMCSTAT_TOP_H_ |