summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copyright updatesDavid Sommerseth2013-01-1841-1196/+225
* cyclictest: Only log and show statistic data when samples are collectedDavid Sommerseth2013-01-182-63/+66
* cyclictest: Make the unit test work againDavid Sommerseth2013-01-181-3/+30
* cyclictest: Report if breaktrace was triggeredDavid Sommerseth2013-01-182-4/+47
* cyclictest: Use a tempfile buffer for cyclictest's stdout dataDavid Sommerseth2013-01-181-5/+13
* cyclictest: Removed --cyclictest-distance optionDavid Sommerseth2013-01-171-5/+0
* cyclictest: Added --cyclictest-breaktrace featureDavid Sommerseth2013-01-171-3/+40
* Made some log lines clearerDavid Sommerseth2013-01-171-3/+3
* Preparing rteval-2.0.1David Sommerseth2013-01-172-4/+11
* Add a 30 seconds sleep before unleashing the measurement threadsDavid Sommerseth2013-01-171-0/+2
* Fixed a few log messages in load modulesDavid Sommerseth2013-01-152-3/+3
* Reworked the run logic for modules - allow them to flag they won't runDavid Sommerseth2013-01-153-33/+50
* hwlatdetect: Add some more useful debug infoDavid Sommerseth2013-01-141-0/+6
* Fix up type casting in the core module codeDavid Sommerseth2013-01-141-4/+4
* rteval.spec: Added missing new files (version.py*)David Sommerseth2013-01-102-3/+14
* Put the rteval version into a separate importable fileDavid Sommerseth2013-01-103-4/+33
* Changes the default_config to allow running rteval from git/extracted directo...Raphaël Beamonte2013-01-103-13/+35
* Adds the --quiet command line argument to disable Log.ERR and Log.WARN messagesRaphaël Beamonte2013-01-101-0/+5
* Moves the update of the log verbosity to use it properly during modules insta...Raphaël Beamonte2013-01-101-8/+13
* cyclictest: Ensure that the self.__interval is always setDavid Sommerseth2013-01-081-2/+1
* Make rtevaReport::_XMLreport() publicly availableDavid Sommerseth2013-01-042-3/+2
* Move the configuration defaults from rteval-cmd and into the rtevalConfig moduleDavid Sommerseth2013-01-042-21/+26
* Corrects an error message which was duplicate of the following raiseRaphaël Beamonte2013-01-041-2/+1
* Corrects RuntimeError behavior using a new rtevalRuntimeError for modulesRaphaël Beamonte2013-01-042-9/+35
* Adds is_alive() before join() to remove a RuntimeError raise when Ctrl-C on m...Raphaël Beamonte2013-01-041-1/+2
* Replace concatened paths with a call to os.path.joinRaphaël Beamonte2013-01-043-3/+3
* Split out common rteval componentsDavid Sommerseth2012-12-211-5/+29
* Updated .gitignoreDavid Sommerseth2012-12-211-0/+10
* Let's get ready for the v2.0 releaseDavid Sommerseth2012-12-211-1/+1
* Updated the Makefile to fit better with the new regime tooDavid Sommerseth2012-12-211-43/+14
* Updated rteval.spec to package rteval v2.0David Sommerseth2012-12-211-12/+9
* Make distutils package the doc/ dir and compress man page on installDavid Sommerseth2012-12-212-3/+16
* Postpone loading of the rteval.SystemInfo moduleDavid Sommerseth2012-12-211-1/+2
* Updated python setup.py to package rteval betterDavid Sommerseth2012-12-213-6/+37
* Changed the parsing defaults for summary reportsDavid Sommerseth2012-12-202-2/+2
* Rework the XSLT template for rteval-parserd to tackle rteval v2.0 reportsDavid Sommerseth2012-12-201-259/+499
* Fix minor issues in rteval-parser database schemasDavid Sommerseth2012-12-206-1/+7
* Fixed silly typo in cyclictest reportDavid Sommerseth2012-12-201-1/+1
* Use proper time unit in the hwlatdetect summary reportDavid Sommerseth2012-12-201-3/+3
* Cleaned up the --help screenDavid Sommerseth2012-12-201-6/+6
* Fix HWLatDetect exceptions when hwlatdetect could not be loadedDavid Sommerseth2012-12-192-8/+17
* Fix minor issues to make HWLatDetect module runDavid Sommerseth2012-12-191-4/+4
* Fix that not all measurement modules where loadedDavid Sommerseth2012-12-191-2/+1
* Don't override measurement and loads config sections from config fileDavid Sommerseth2012-12-191-7/+9
* Clean-up the configDavid Sommerseth2012-12-191-28/+0
* Instead of passing the config class a few places, save it in __init__()David Sommerseth2012-12-194-16/+17
* Tackle if trying to set a configuration value not found in the config fileDavid Sommerseth2012-12-191-1/+8
* Use default values from config file when setting up modules' option parserDavid Sommerseth2012-12-193-7/+23
* Put all default values for modules into the modules itselfDavid Sommerseth2012-12-194-15/+4
* Update config with values from the command lineDavid Sommerseth2012-12-193-33/+49