diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-04-29 03:54:48 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-04-29 03:54:48 +0000 |
commit | 47a30121232db407f84d4a4c671f94dca6ad5cfd (patch) | |
tree | fa5e144657905e57d000820b8686b96128a3584c /share/examples | |
parent | 3a94b85f8dc516e0ed60ddefcd09a0cb1df69b38 (diff) |
Clarify a little: the mandatory argument is an event number.
PR: 26905
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes
Notes:
svn path=/head/; revision=76122
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/perfmon/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README index ccd6877a175a..ffa2cafa92c8 100644 --- a/share/examples/perfmon/README +++ b/share/examples/perfmon/README @@ -18,7 +18,8 @@ The following options are not implemented on Pentium CPUs: -i invert sense of count mask comparison -U n use unit mask `n' -There is one mandatory argument, which must be the number of the counter. -All numbers can be specified in any format acceptable to strtol(3). +There is one mandatory argument, which is the event number to be +monitored, defined in <machine/perfmon.h>. All numbers can be +specified in any format acceptable to strtol(3). $FreeBSD$ |