Module Name:    src
Committed By:   yamt
Date:           Wed Nov 18 12:24:05 UTC 2009

Modified Files:
        src/sys/dev/tprof: tprof.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/tprof/tprof.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/tprof/tprof.h
diff -u src/sys/dev/tprof/tprof.h:1.3 src/sys/dev/tprof/tprof.h:1.4
--- src/sys/dev/tprof/tprof.h:1.3	Wed Mar 11 13:48:47 2009
+++ src/sys/dev/tprof/tprof.h	Wed Nov 18 12:24:05 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: tprof.h,v 1.3 2009/03/11 13:48:47 yamt Exp $	*/
+/*	$NetBSD: tprof.h,v 1.4 2009/11/18 12:24:05 yamt Exp $	*/
 
 /*-
  * Copyright (c)2008,2009 YAMAMOTO Takashi,
@@ -32,7 +32,7 @@
 typedef struct tprof_backend_cookie tprof_backend_cookie_t;
 
 typedef struct tprof_backend_ops {
-	uint64_t (*tbo_estimate_freq)(void);
+	uint64_t (*tbo_estimate_freq)(void);	/* samples per second */
 	int (*tbo_start)(tprof_backend_cookie_t *);
 	void (*tbo_stop)(tprof_backend_cookie_t *);
 } tprof_backend_ops_t;

Reply via email to