jkoshy 2008-09-19 14:51:41 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.c
Log:
SVN rev 183186 on 2008-09-19 14:51:41Z by jkoshy
Bring the usage message in sync with the manual page.
Revision ChangesPath
1.21 +2 -1 src/usr.sbi
jkoshy 2008-07-19 04:31:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/pmcstat pmcstat.c
Log:
SVN rev 180606 on 2008-07-19 04:31:47Z by jkoshy
MFC: r180148: Fix a regression.
Revision ChangesPath
1.17.2.1 +2 -2 src/usr
jkoshy 2008-07-01 15:20:15 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.c
Log:
SVN rev 180148 on 2008-07-01 15:20:15Z by jkoshy
Fix a regression: attach process PMCs to the process created when
a command line is specified.
Revision Changes
jkim2008-01-10 16:31:14 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.c
Log:
Fix non-SMP kernel regression introduced in the previous commit.
Reviewed by:jkoshy
Revision ChangesPath
1.19 +7 -4 src/usr.sbin/pmcstat/pmcst
jkoshy 2007-04-21 12:04:03 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.c
Log:
Correct a sanity check.
Revision ChangesPath
1.15 +1 -1 src/usr.sbin/pmcstat/pmcstat.c
___
cvs-all@freebsd.
ru 2006-09-29 17:28:01 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.c
Log:
Line up usage output.
Revision ChangesPath
1.14 +1 -1 src/usr.sbin/pmcstat/pmcstat.c
___
cvs-all@freebsd.or
jkoshy 2005-12-24 17:00:33 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.c
Log:
- Don't print an errno string when reporting dropped samples.
- Prevent an unsuccessful exec() of a target program from triggering
a false 'dropped samples' message.