summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-09version bump to 0.84v0.84Clark Williams2-1/+24
2012-05-09rt-tests / cyclictest: Make cyclictest fail if it cannot run with requested p...John Kacur1-1/+75
2012-05-03rt-tests: printf format compile warningFrank Rowand1-1/+1
2012-05-03rt-tests: incorrect first latency value for --verbose optionFrank Rowand1-6/+16
2012-05-03rt-tests: Makefile get machinetype from compiler instead of unameFrank Rowand1-2/+2
2012-05-03rt-tests: cyclictest warn of interaction between '-a', '--smp', and '--numa'Frank Rowand1-4/+12
2012-05-03rt-tests: cyclictest avoid unneeded warningFrank Rowand1-2/+3
2012-05-03rt-tests: cyclictest segfault with '-a'Frank Rowand1-1/+3
2012-03-26Merge remote-tracking branch 'jkacur/rt-tests-0.83-devel' into workClark Williams0-0/+0
2012-03-26change cyclictest measurement thread to check returns and exit on errorClark Williams1-15/+26
2012-03-26report number of samples written in hwlatdetectClark Williams1-1/+3
2012-03-26install: Fix failed to create symbolic link hwlatdetect file existsJohn Kacur1-1/+1
2012-03-23Revert "cyclictest problem/bug as non-root"Clark Williams1-15/+1
2012-03-23Merge remote-tracking branch 'jkacur/rt-tests-0.83-devel' into workClark Williams12-110/+138
2012-03-23install: Fix failed to create symbolic link hwlatdetect file existsJohn Kacur1-0/+1
2012-03-23Move info, warn, and fatal functions to error.[ch]John Kacur8-36/+39
2012-03-23Makefile: Introduce a static libraryJohn Kacur1-10/+13
2012-03-23Makefile: Support user supplied CFLAGS and LDFLAGSDarren Hart1-12/+13
2012-03-23pi_stress: Check the status of sched_getaffinityJohn Kacur1-0/+8
2012-03-23rt-tests: Update rt-migrate-test to use ftrace infrastructureSteven Rostedt1-39/+46
2012-03-23gitignore: differentiate between program names and directoriesJohn Kacur1-13/+18
2012-02-13Merge branch 'master' into workClark Williams1-1/+15
2012-02-13cyclictest problem/bug as non-rootNicholas Mc Guire1-1/+15
2011-11-10Merge https://github.com/flosse/rt-tests into workClark Williams1-0/+87
2011-11-10[cyclictest] added priority spreading option --priospreadClark Williams1-2/+12
2011-10-24added description from osadl.orgMarkus Kohlhase1-0/+87
2011-09-26version bump to 0.83v0.83Clark Williams2-1/+4
2011-09-26Modified Makefile to be smarter about turning on/off NUMA compileClark Williams1-2/+6
2011-09-21version bump to 0.82v0.82Clark Williams2-1/+4
2011-09-21fix print that causes histogram processing error in cyclictestClark Williams1-2/+2
2011-09-20version bump to 0.81v0.81Clark Williams2-1/+4
2011-09-20cleaned up previous hack for using /dev/cpu_dma_latencyClark Williams1-12/+21
2011-09-20version bump to 0.80v0.80Clark Williams2-1/+5
2011-09-20use latency trick to hold system in idle=poll for duration of cyclictest runClark Williams1-1/+39
2011-09-15version bump to 0.79v0.79Clark Williams2-1/+5
2011-09-15hackbench mods to work better under stressClark Williams1-2/+26
2011-09-14version bump to 0.78v0.78Clark Williams2-1/+4
2011-09-14modify signal handling logic and clarify modeClark Williams1-12/+18
2011-09-09version bump to 0.77v0.77Clark Williams2-1/+4
2011-09-09remove tracemark functions from cyclictestClark Williams1-35/+1
2011-09-07version bump to 0.76v0.76Clark Williams2-1/+8
2011-09-07add stat(2) shortcuts to mount_debugfs()Clark Williams2-10/+36
2011-09-07modify /proc/sys/kernel/ftrace_enabled handlingClark Williams1-3/+16
2011-09-07handle stupid systemd automount of debugfsClark Williams1-3/+19
2011-09-02version bump to 0.75v0.75Clark Williams2-1/+11
2011-09-01allow tracemark() to take variable argsSteven Rostedt1-2/+13
2011-09-01use interval on first loop instead of 1 secondSteven Rostedt1-1/+4
2011-09-01only check file descriptor in tracemark() functionSteven Rostedt1-1/+1
2011-09-01do not touch tracing_threshSteven Rostedt1-3/+0
2011-09-01Have -I and -P together also be -BSteven Rostedt1-6/+22
2011-09-01allow events for all tracersSteven Rostedt1-12/+14
2011-09-01commit WIP for rostedtClark Williams3-45/+200
2011-08-18version bump to 0.74v0.74Clark Williams2-1/+11
2011-08-18fix possible buffer overflow in string handlingUwe Kleine-König2-4/+19
2011-08-18added files to git repoClark Williams4-0/+814
2011-08-12update cyclictest to handle 3.0-rt as well is update ftraceClark Williams1-33/+81
2011-08-09Merge remote-tracking branch 'jkacur/rt-tests-dev-new' into workClark Williams1-5/+3
2011-05-13Minor Fix-upsJohn Kacur1-6/+4
2011-05-12fixed spelling error in printfClark Williams1-1/+1
2011-05-09fixed BuildRequires in specfile for PythonClark Williams1-1/+1
2011-05-09version bump to 0.73v0.73Clark Williams2-1/+16
2011-05-05hackbench: add setjmp/longjmp and rework signal handling logicClark Williams1-34/+49
2011-05-04cyclictest: Fixed incorrect wakeup reset interfaceGeunsik Lim1-1/+2
2011-05-04Simplify Makefile using -D option to installWolfram Sang1-4/+2
2011-05-04add histogram summary column option (-H) to cyclictestCarsten Emde2-10/+47
2011-05-04fix sched_setaffinity type error when building with UCLIBCDaniel Sangorrin1-4/+16
2010-07-01install backfire's MakefileUwe Kleine-König1-0/+1
2010-07-01modernize backfire's MakefileUwe Kleine-König1-9/+12
2010-06-25version bump to 0.72v0.72Clark Williams2-1/+7
2010-06-25convert convert 'unsigned long long' and 'long long' to uint64_t and int64_tClark Williams1-8/+9
2010-06-14added --numa option to cyclictest man pageClark Williams1-1/+9
2010-05-18version bump to 0.71v0.71Clark Williams2-1/+5
2010-05-18cyclictest: fix accumulating overruns in periodic timer modeMichal Schmidt1-0/+5
2010-04-09version bump to 0.70v0.70Clark Williams2-1/+5
2010-04-09skip python dependency in rt-tests make installOlaf Hering1-3/+6
2010-04-09version bump to 0.69v0.69Clark Williams2-1/+8
2010-04-09default cyclictest to SCHED_OTHER; clean up help messageClark Williams1-3/+3
2010-04-09added pmqtest to .gitignoreClark Williams1-0/+1
2010-04-01fix bus error when in numa mode with more than 16 coresClark Williams1-1/+1
2010-04-01replace nanosleep with clock_nanosleep in pmqtestClark Williams1-2/+2
2010-04-01Add pmqtest programCarsten Emde5-2/+668
2010-04-01fixed typo in cyclictest.8 man pageClark Williams1-1/+1
2010-03-19version bump to 0.68v0.68Clark Williams2-1/+4
2010-03-19handle ftrace difference between 2.6.24 and 2.6.33Clark Williams1-3/+24
2010-03-16version bump to 0.67v0.67Clark Williams2-3/+21
2010-03-16Merge branch 'work' into tempClark Williams7-10/+610
2010-03-16added hackbench executable to ignore targets in .gitignoreClark Williams1-0/+1
2010-03-16reword rpm %description field for clarity (BZ# 572323)Clark Williams1-3/+3
2010-03-16modifications to ftrace logic for correct operationClark Williams1-4/+11
2010-03-10cyclictest - fixed missing ':' in option processing string for -T optionClark Williams1-2/+2
2010-03-08add-smp-option-to-svsematest.patchCarsten Emde1-2/+23
2010-03-08add-smp-option-to-ptsematest.patchCarsten Emde1-2/+23
2010-03-08remove-incorrect-options-from-smp-help-message-in-cyclictest.patchCarsten Emde1-2/+2
2010-03-08fix-policy-display-for-cyclictest.patchCarsten Emde1-6/+19
2010-03-08cyclictest: Make the default scheduling policy SCHED_FIFOJohn Kacur1-2/+1
2010-03-08cyclictest: Fix spelling mistake in the man page.John Kacur1-1/+1
2010-03-08cyclictest: Use symbolic names for scheduling policyJohn Kacur1-10/+5
2010-03-08Revert "simplify equal priority logic for cyclictest"John Kacur1-5/+2
2010-03-01rename pip to pip_stress as pip is too generalUwe Kleine-König4-12/+11
2010-03-01Makefile: don't use temporary files in generation of dependency filesUwe Kleine-König1-4/+1
2010-03-01install backfire.c to $(srcdir)/backfire/Uwe Kleine-König1-0/+1
2010-03-01trivial: s/specifed/specified/Uwe Kleine-König1-1/+1
2010-02-24fix stupid typo in %changelog dateClark Williams1-1/+1
2010-02-24Merge remote branch 'uwe/for-clark' into workClark Williams2-5/+3
2010-02-24added hackbench manpage installation bitsClark Williams2-0/+2
2010-02-24Merge remote branch 'davids/master' into workClark Williams1-1/+37
2010-02-24Updated hackbench man page with some examples and some extra details re. fdsDavid Sommerseth1-1/+37
2010-02-24Makefile: don't use temporary files in generation of dependency filesUwe Kleine-König1-4/+1
2010-02-24install backfire.c to $(srcdir)/backfire/Uwe Kleine-König1-0/+1
2010-02-24Merge remote branch 'davids/master' into workClark Williams2-174/+50
2010-02-24hackbench - Taken out the runit.pl scriptDavid Sommerseth2-126/+1
2010-02-24hackbench, man page: Added another contributor and a brief history of hackbenchDavid Sommerseth1-5/+19
2010-02-24man page, hackbench - Corrected wrong spellingDavid Sommerseth1-1/+1
2010-02-24Updated man page for hackbenchDavid Sommerseth1-51/+38
2010-02-23Merge remote branch 'davids/master' into workClark Williams1-5/+27
2010-02-23Merge remote branch 'origin/work'David Sommerseth1-0/+70
2010-02-23Merge remote branch 'dsommers/master'David Sommerseth0-0/+0
2010-02-23Added signal handling in hackbenchDavid Sommerseth1-5/+27
2010-02-23hackbench: Implemented getoptDavid Sommerseth1-32/+97
2010-02-23(code cleanup) Tabified lines which was not tabbedDavid Sommerseth1-2/+2
2010-02-23Simplified and improved error logging, clarified some messagesDavid Sommerseth1-15/+15
2010-02-23Fixed a memory leak, receiver contexts not getting freed upon exitDavid Sommerseth1-1/+3
2010-02-23Reimplement better child tracking and improve error handlingDavid Sommerseth2-123/+124
2010-02-23Updated hackbench to lastest version availableDavid Sommerseth2-185/+333
2010-02-23added hackbench.8 manpage frameworkClark Williams1-0/+70
2010-02-23Merge remote branch 'davids/master' into workClark Williams2-187/+403
2010-02-23hackbench: Implemented getoptDavid Sommerseth1-32/+97
2010-02-23(code cleanup) Tabified lines which was not tabbedDavid Sommerseth1-2/+2
2010-02-23Simplified and improved error logging, clarified some messagesDavid Sommerseth1-15/+15
2010-02-23Fixed a memory leak, receiver contexts not getting freed upon exitDavid Sommerseth1-1/+3
2010-02-23Reimplement better child tracking and improve error handlingDavid Sommerseth2-123/+124
2010-02-23Updated hackbench to lastest version availableDavid Sommerseth2-185/+333
2010-02-22trivial: s/specifed/specified/Uwe Kleine-König1-1/+1
2010-02-19added hackbench to specfileClark Williams1-0/+4
2010-02-18added hackbench targetClark Williams1-1/+6
2010-02-18Fixed a few compiler and valgrind warningsDavid Sommerseth2-3/+4
2010-02-18Re-implement WIFEXITED() check on all childrenDavid Sommerseth1-5/+10
2010-02-18Fix waitpid() implementationDavid Sommerseth1-25/+38
2010-02-17hackbench: Wait for each child explicitly by using waitpid()David Sommerseth1-7/+29
2010-02-17Imported hackbench from rteval-1.18 (rteval-loads-1.0.1)David Sommerseth3-0/+320
2010-02-15version bump to 0.66v0.66Clark Williams2-1/+4
2010-02-15Fix incorrect usage of sched_setscheduler() in check_privs()Clark Williams1-4/+9
2010-02-08version bump to 0.65v0.65Clark Williams2-1/+5
2010-02-08[hwlatdetect] workaround for borken smi_detector.ko moduleClark Williams1-4/+15
2010-01-29version bump to 0.64v0.64Clark Williams2-1/+8
2010-01-29rt-tests: Ignore dependency files *.d in gitJohn Kacur1-0/+1
2010-01-27rt-tests: Automatically generate dependencies.John Kacur1-4/+16
2010-01-27rt-tests: Fix some style problems, such as spaces instead of tabs.John Kacur1-11/+11
2010-01-27rt-tests: Remove the ret variable, the end label and the goto.John Kacur1-9/+5
2010-01-27rt-tests: Separate the #ifdef LIBNUMA_API_VERSION functions.John Kacur1-4/+9
2010-01-27rt-tests: Add header including copyright notice to rt_numa.hJohn Kacur1-0/+13
2010-01-27fix missing BuildRequires for numactl-develv0.63Clark Williams1-1/+1
2010-01-27version bump to 0.63Clark Williams2-1/+4
2010-01-26added libnuma v1 API supportClark Williams2-0/+38
2010-01-26version bump to 0.62v0.62Clark Williams2-1/+7
2010-01-26fixed numa compile and added numa option to usage printoutClark Williams2-2/+4
2010-01-26Add copyright statements to files in src/libUwe Kleine-König3-1/+17
2010-01-26moved hwlatdetect to python site-libraryClark Williams2-2/+10
2010-01-26rt-tests: Support static linking by reordering the link flags in LIBSGeunSik Lim1-1/+1
2010-01-26simplify equal priority logic for cyclictestClark Williams1-2/+5
2010-01-26rt-tests: Make cyclic test compilable for non-numa systems.John Kacur2-33/+87
2010-01-26rt-tests: Makefile: Add NUMA compile option.John Kacur1-2/+7
2010-01-26setup equal priorities on all cpus in numa mode in cyclictestClark Williams1-3/+1
2010-01-26fixed missing reference to outpar labelClark Williams1-1/+1
2010-01-26added threadalloc/threadfree for thread memmory manipulationClark Williams2-61/+46
2010-01-26added numa logic to cyclictestClark Williams1-56/+184
2010-01-13version bump to 0.61v0.61Clark Williams2-1/+5
2010-01-13fixed missing short option 'S' in getopt_long() callClark Williams1-1/+1
2010-01-13added SMP testing option and make use of new diag functionsClark Williams2-30/+45
2010-01-13added merge to master step in release checklistClark Williams1-0/+1
2010-01-13added warn() and fatal() routinesClark Williams2-0/+28
2009-12-29version bump to 0.60v0.60Clark Williams2-1/+9
2009-12-29cyclictest: add command line option for unbuffered outputMichael Olbrich1-1/+4
2009-12-24rt-tests: Add a new test pip - priority inheritance with processesCarsten Emde1-0/+1
2009-12-23rt-tests: Add a "make tags" option.John Kacur1-0/+5
2009-12-23rt-tests: pip - Use check_privs() from the rt-utils library.John Kacur3-1/+5
2009-12-23rt-tests: Move header files from src/lib to src/includeJohn Kacur3-1/+1
2009-12-23rt-tests: Add a new test pip - priority inheritance with processesJohn Kacur5-3/+391
2009-12-23rt-tests: Add error routines to the libraryJohn Kacur2-0/+63
2009-12-22version bump to 0.59v0.59Clark Williams2-1/+11
2009-12-22deleted classic_pi programClark Williams3-618/+1
2009-12-22rt-tests: Add help screen info about -M / refresh_on_max in cyclictestJohn Kacur1-0/+1
2009-12-22Missing parsing of --mlockall in signaltestDavid Sommerseth1-0/+1
2009-12-22Fixed missing parsing of short arguments in classic_pi (David)David Sommerseth1-1/+1
2009-12-22rt-tests: Better explanation in the kernel moduleCarsten Emde1-1/+6
2009-12-22rt-tests: Clean-up, Fix the comment part of the #endif protecting include filesJohn Kacur2-2/+2
2009-12-21version bump to 0.58v0.58Clark Williams2-1/+5
2009-12-21fixed missing function invocation in cyclictestClark Williams1-1/+1
2009-12-21move guard macros into implementor namespaceClark Williams2-4/+4
2009-12-21Completely remove VERSION_STRING until we have a better solution.Carsten Emde1-1/+1
2009-12-21rt-tests: Clean-up - protect rt-utils.hJohn Kacur1-0/+5
2009-12-21rt-tests: Add a get_cpu() function to the library.John Kacur7-41/+102
2009-12-21rt-tests: Makefile - Changes to unify and simplify the MakefileJohn Kacur8-32/+35
2009-12-21Merge remote branch 'clrk/master' into rt-tests-devJohn Kacur10-2255/+2250
2009-12-21convert source back to unix text (was DOS text)Clark Williams10-2250/+2250
2009-12-15Merge commit 'clrk/master' into rt-tests-devJohn Kacur2-2/+11
2009-12-15version bump to 0.57v0.57Clark Williams2-1/+20
2009-12-15Add the following new tests - ptsematest - sigwaittest - svsematest - sendmeCarsten Emde1-0/+10
2009-12-15Explain that the backfire kernel module may need building.Carsten Emde1-1/+6
2009-12-14Add a .gitignore file in the backfire directory for generated files.John Kacur1-0/+5