npt 1.00 released
The non-preempt test tool version 1.00 was released on July 6th.
This new version is available from the git tag v1.00 on git://git.dorsal.polymtl.ca/git/npt.git
ChangeLog:
[v1.00]: Version 1.00
=====================
2013-07-06 Raphaël Beamonte
* update to v1.00 [d15e935]
2013-05-12 Raphaël Beamonte
* Initialize a variable that was otherwise used before its
initialization [063aa53]
2013-05-11 Raphaël Beamonte
* Exit configure with error if libraries are not found [6f78b12]
2013-05-02 Raphaël Beamonte
* Add the sti() and cli() run condition to disable the calls when using
--allow-interrupts (-i). [5a0535f]
* Move the printf of the number of loops or duration of the run at the
start of the test. [26e669b]
* Accept human readable units for the --duration (-d) option. [8912277]
* Add a --duration (-d) option that allows to specify an amout of time
instead of an amount of loops for the stop condition of the test [e830d9b]
* Remove the unused -t (--trace) option [904123c]
2013-04-27 Raphaël Beamonte
* Add tracepoint maximum frequency option (--tp-max-freq, -f) that
takes as parameter a number of tracepoints per second. [ff72078]
* Correct indentation [ccf62f0]
* Replace the word "cycle" by "loop" for disambiguation [035595a]
2013-04-25 Raphaël Beamonte
* Reorganize short options [6961c32]
* Reorder the includes in alphabetical order [a7eff1c]
* Correct configure error when we don't want LTTng-UST on a system that
has LTTng-UST installed [a6c7baf]
2013-04-18 Raphaël Beamonte
* Add the build options information to the --version call [725d147]
2013-04-09 Raphaël Beamonte
* Add short option -e (--eval-cpu-speed) [cc934ab]
2013-04-02 Raphaël Beamonte
* Add the default value of the --loops argument in help message
[866ae11]
2013-04-01 Raphaël Beamonte
* Add --version (-V) option [f6803c0]
* Add BUILD_DATE define to be set to current date when building program
[6b183f3]
* More readable configure.ac file [011e60e]
* Change the UST configure option to become --with-lttng-ust [9b3e304]
* Add a FULL_VERSION define that allows to show the git version
information [4b9c054]
* Remove unexpected characters from configure.ac [8cb699d]
* Correct an orphan space [1457432]
* Add GPL headers to all the project files [068cae4]
2013-03-27 Raphaël Beamonte
* Correct help message for --affinity (-a) option [97d7bef]
* Add --allow-interrupts (-i) option [cd5b4a7]
2013-03-26 Raphaël Beamonte
* Move verbosity option from NPT to a configure option [b54d31d]
2013-03-27 Raphaël Beamonte
* Move global variables from npt.c to npt.h [9860415]
2013-03-26 Raphaël Beamonte
* Move UST trace option from npt.h to a configure option [6b8c909]
* Move most of the preprocessing work to include/npt/npt.h [0176ff9]
* Correct trailing tabs [adf35d0]
* Add a configure option --enable-cli-sti [4f67294]
* Create an automake package for npt [fe485f8]