History log of /freebsd-10.1-release/tools/test/hwpmc/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


250612 13-May-2013 hiren

As python3 does not have raw_input(), convert it to input() when we
are using python3.

PR: 177214
Reviewed by: gnn
Approved by: sbruno (mentor)


241826 22-Oct-2012 eadler

Covert to python 3

Approved by: cperciva
MFC after: 3 days


240323 10-Sep-2012 fabient

Add SOFT as a possible section to exclude from counter list.


240101 04-Sep-2012 gnn

Add a reasonable error message telling the caller to specify a program
to be executed under hwpmc. If there is no program to run then
exit.


231699 14-Feb-2012 gnn

Remove UCP from the list of counters


231698 14-Feb-2012 gnn

Add options for program (-p) and to turn off waiting (-w) which is now
on by default.

The default is to wait after each counter is tested. Since the prompt
would go to stdout you won't see it if you're redirecting the output
of the executed sub-program to /dev/null, so just press return to
continue or Ctrl-D to stop.


231634 14-Feb-2012 gnn

Add a rudimentary test to run through all the available counters on a
system and then execute a program with pmcstat in counting mode.

The program will verify that all counters fire and that the code neither
panics the system nor locks it up. This should be considered a first pass
conformance test for new sets of counters being added to hwpmc(4).