summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Makefile: have distclean remove .asc file for tarballdevel/v0.96Clark Williams1-1/+1
2015-10-08specfile: add signaltest manpage to files section and remove trailing whitesp...Clark Williams1-1/+2
2015-10-08Makefile: add target to create OBJDIR before useClark Williams1-1/+4
2015-10-07maintainence: VERSION bump and Change-log updateJohn Kacur2-16/+80
2015-10-07cyclictest: move redefine of CPUSET back to uclibHenrik Austad1-5/+5
2015-10-06Bionic: Move android functionality into it's own arch MakefileJohn Kacur2-26/+29
2015-10-06Makefile: Only call cc -dumpmachine once in the makefileJohn Kacur1-4/+8
2015-10-06drop compiling without NPTL supportUwe Kleine-König1-8/+11
2015-10-06rt-migrate-test: remove space before \nUwe Kleine-König1-1/+1
2015-10-06Makefile: Document certain compiling optionsJohn Kacur1-10/+21
2015-10-05remove several unused MakefilesUwe Kleine-König6-141/+0
2015-10-05backfire: remove unused header fileUwe Kleine-König1-1/+0
2015-10-05signaltest: Add a man page to signaltestJohn Kacur3-9/+59
2015-10-05rt-utils: Fix some checkpatch errors in rt-utils.cJohn Kacur1-13/+15
2015-10-05rt-utils: Add John Kacur to the copyrightJohn Kacur1-0/+1
2015-10-05signaltest: Check the status of pthread_createJohn Kacur1-1/+7
2015-10-05signaltest: call process_options before calling check_privsJohn Kacur1-3/+3
2015-10-05build: Generate .o, .a, and .d files in bld dirJohn Kacur2-18/+21
2015-10-05Explicitly separate VPATH paths with a colonJohn Kacur1-2/+2
2015-09-21Version bump to v0.94John Kacur1-1/+1
2015-09-21android: adjust target for androidHenrik Austad2-9/+63
2015-09-21Makefile: add librttest to rt-migrate-testHenrik Austad1-2/+2
2015-09-21Add a rebuild-switch to MakefileHenrik Austad1-0/+5
2015-09-21Add syscall-number for sched_(gs)etattr() for tileHenrik Austad1-0/+5
2015-09-21Add CROSS_COMPILE-switch to CC and ARHenrik Austad1-0/+2
2015-09-17cyclictest: add option for dumping the histogram in a fileJosh Cartwright1-37/+59
2015-09-17error: mark fatal, err_exit, err_quit as being noreturnJosh Cartwright1-3/+3
2015-09-17cyclictest: fail if use_fifo && thread creation failedJosh Cartwright1-1/+4
2015-09-17cyclictest: drop impossible use_fifo conditionalJosh Cartwright1-3/+0
2015-09-17cyclictest: use correct type when allocating cpu bitmask sizeJosh Cartwright1-1/+1
2015-09-17numa_on_and_available: Remove from main in cyclictestJohn Kacur2-10/+15
2015-09-02cyclictest: consistently make all functions 'static'Josh Cartwright1-5/+5
2015-09-02hackbench: cleanup error handling in create_workerJosh Cartwright1-21/+15
2015-09-02rt-tests: workaround poor gzip implementationsJosh Cartwright1-10/+10
2015-09-02rt-tests: Break out install_hwlatdetectDarren Hart1-7/+11
2015-09-02rt-tests: Allow for user-specified PYLIBDarren Hart1-1/+1
2015-09-02rt-migrate-test: updated to latest code from rostedtClark Williams1-16/+24
2015-09-02hwlatdetect: initial cut at tracking the amount of SMIs that occurred during ...Clark Williams1-0/+25
2015-08-17Fix VERSION in rt-migrate-testJohn Kacur1-5/+2
2015-08-12Version bump to v0.93Clark Williams1-1/+1
2015-08-12doc: fix VERSION in release-checklist.txtClark Williams1-1/+1
2015-08-12hwlatdetect: added --watch option to watch output in realtimeClark Williams1-13/+25
2015-08-06Merge remote-tracking branch 'kernel.org/v0.93-devel' into workClark Williams0-0/+0
2015-07-24cyclictest: Fix long priority help text optionAlexander Stein1-1/+1
2015-07-22cyclictest: Fix long priority help text optionAlexander Stein1-1/+1
2015-07-09Create an rt-tests.tar file using git-archiveJohn Kacur1-0/+5
2015-07-09Change VERSION_STRING to VERSIONJohn Kacur9-18/+18
2015-07-09Add .tar files to .gitignoreJohn Kacur1-0/+1
2015-07-09Create a .gitattribute file to specify what files git-archive should ignoreJohn Kacur1-0/+4
2015-06-30Fix possible exit on error without releasing mutexJohn Kacur1-4/+11
2015-06-30Fix warning: unused variable ‘c’John Kacur1-1/+0
2015-06-09makefile: fixed release targetHEADv0.92masterClark Williams1-1/+1
2015-06-09Version bump to v0.92John Kacur2-1/+18
2015-06-09Add a MAINTAINERS fileJohn Kacur1-0/+9
2015-06-09cyclictest: Align measurement threads to the next full secondAnna-Maria Gleixner1-5/+34
2015-06-08cyclictest: Convert the offset of the alignment option to microsecondsAnna-Maria Gleixner1-2/+2
2015-06-02cyclictest: Ensure that next wakeup time is never in the pastanna-maria@glx-um.de1-0/+12
2015-05-27Allow building with -DHAVE_PARSE_CPUSTRING_ALLJohn Kacur1-3/+7
2015-05-20cyclictest: consider the 4 as the major versionSebastian Andrzej Siewior1-1/+1
2015-03-03Makefile: cleanup linking to librttest.aMichael Olbrich1-12/+13
2015-03-03Fix minor grammar mistake in the help outputJohn Kacur1-1/+1
2015-03-03pi_stress: Clear affinity for DEADLINE tasksDaniel Wagner1-0/+13
2015-02-24Makefile: pi_stress need librttest.a so it should depend on itMichael Olbrich1-1/+1
2015-02-17version bump to 0.91v0.91Clark Williams2-1/+10
2015-02-17pi_stress: remove timestamp of compilation from version outputUwe Kleine-König1-1/+0
2015-02-17rt-migrate-test: sanity check --prio valueClark Williams1-1/+5
2015-02-17rt-migrate-test: make sure input parameters are converted to correct unitsClark Williams1-3/+3
2015-02-17rt-migrate-test: use variables instead of macrosBoris Egorov1-3/+3
2015-02-17rt-migrate-test: exit early if nr_runs is non-positiveBoris Egorov1-1/+4
2015-01-27version bump to 0.90v0.90Clark Williams2-1/+25
2015-01-15Makefile: allow building selected tests with non-NPTL toolchainAlexey Brodkin1-3/+8
2015-01-15specfile: update template and make build exclusive to x86_64Clark Williams1-3/+6
2015-01-15pip_stress: parameterize usleep value to work-around platform issuesClark Williams1-1/+13
2014-11-06pi_stress: Store schedule attributes per threadDaniel Wagner1-34/+211
2014-11-06rt-utils: Add gettid()Daniel Wagner2-0/+8
2014-11-06rt-utils: Add helper to parse/print scheduling policiesDaniel Wagner2-0/+43
2014-11-06rt-sched: Add sched_setattr/sched_getattr APIDaniel Wagner3-2/+121
2014-11-06pi_stress: Use error.h for logging and debuggingDaniel Wagner1-140/+115
2014-11-06error: Add debug() functionDaniel Wagner2-0/+11
2014-11-06pi_stress: Remove unused TIMER_SIGNAL definitionDaniel Wagner1-2/+0
2014-11-06rt-tests.h: Remove unused header fileDaniel Wagner1-124/+0
2014-11-06hackbench: Don't re-assign context for each fdDaniel Wagner1-4/+4
2014-11-06Merge remote-tracking branch 'jkacur/v0.89-devel' into workClark Williams0-0/+0
2014-08-18cyclictest: make affinity option only use number of online cpusJoakim Hernberg2-2/+2
2014-08-18cyclictest: Add long option --laptop to preserve battery powerJohn Kacur1-1/+13
2014-08-15Merge remote-tracking branch 'jkacur/v0.89-devel' into workClark Williams3-26/+49
2014-08-15cyclictest: make affinity option only use number of online cpusJoakim Hernberg2-2/+2
2014-08-14cyclictest: Add long option --laptop to preserve battery powerJohn Kacur1-1/+13
2014-08-14cyclictest: Fix help for long options onlyJohn Kacur1-4/+5
2014-08-14cyclictest: Change the output from function sighand() to stderrJohn Kacur1-4/+4
2014-08-14cyclictest: Always print an err message if write of 0 to cpu-dma_latency failsJohn Kacur1-12/+22
2014-07-23make SMP option only use online cpus.Joakim Hernberg2-2/+2
2014-05-09rt_numa.h: Suppress discards 'const' qualifier warningJohn Kacur1-1/+1
2014-05-09lib: Rework err_msg_n to output strerror after messageJohn Kacur2-4/+4
2014-03-30Merge branch 'work'Clark Williams4-22/+26
2014-03-30version bump to 0.89v0.89Clark Williams2-1/+5
2014-03-30cyclictest: fix leftover debbuging comment in argument processingClark Williams1-1/+1
2014-03-29hwlatdetect: convert to run with both python2 and python3Clark Williams1-20/+20
2014-03-28removed debugging comments and printfsClark Williams1-4/+2
2014-03-28Merge branch 'work'Clark Williams2-1/+8
2014-03-28version bump to 0.88v0.88Clark Williams2-1/+8
2014-03-28cyclictest: Don't offer --numa option when unavailableGary S. Robertson1-1/+3
2014-03-28cyclictest: Restore CPU affinity function for non-NUMA buildsGary S. Robertson1-70/+127
2014-03-26Don't offer --numa option when unavailableworkGary S. Robertson1-3/+7
2014-03-26Restore CPU affinity function for non-NUMA buildsGary S. Robertson1-70/+127
2014-01-31cyclictest: Fix tracemark output when the latency threshold is hit on ARMUwe Kleine-König1-1/+3
2013-12-12rt-tests: hackbench: fix for uninitialized start timeCiprian Barbu1-4/+10
2013-12-11version bump to 0.87v0.87Clark Williams2-1/+5
2013-12-11fixed #ifdef that cuts -A option in display_help()Clark Williams1-6/+6
2013-12-11CPU affinity now takes arbitrary set of cpus.Aaron Fabbri3-22/+181
2013-11-15updated Makefile and do-git-push script to use kupClark Williams2-11/+14
2013-11-15version bump to 0.86v0.86Clark Williams2-10/+29
2013-11-14cyclictest: Align option fixesJohn Kacur1-9/+12
2013-11-14cyclictest: add align thread wakeup times optionNicholas Mc Guire2-6/+44
2013-11-14minor cleanup in cyclictestNicholas Mc Guire1-1/+0
2013-11-14cyclictest: modify option handling to use enumerated typesClark Williams1-82/+162
2013-04-11hackbench: init child's struct before using itSebastian Andrzej Siewior1-1/+2
2013-03-13cyclictest: allow break threshold without doing any tracingClark Williams1-4/+7
2013-03-13cyclictest: add named fifo for statisticsClark Williams1-11/+79
2013-02-15cyclictest: finish removal of 1 second first loopsJim Somerville1-4/+2
2013-02-15Makefile: Don't tag files in dir BUILD from rpm buildsJohn Kacur1-1/+1
2013-02-15rt-tests: NUMA optional for make rpmFrank Rowand2-3/+14
2013-02-15Makefile: Add BUILDROOT and SPECS to the dirs to remove for distcleanJohn Kacur1-1/+2
2013-02-15Makefile: Add tmp dir to distclean and "make release" call distcleanJohn Kacur1-3/+3
2013-02-15Makefile: Don't tag tmp files created when making a releaseJohn Kacur1-1/+1
2013-01-30cyclictest: white space cleanupFrank Rowand1-22/+21
2012-11-13version bump to 0.85v0.85Clark Williams2-1/+16
2012-11-09Merge branch 'clrkwllms/work' into rt-tests-0.84-develJohn Kacur1-0/+33
2012-10-17V3: cyclictest: report large measured clock latencyFrank Rowand1-1/+108
2012-10-17V3: cyclictest: clean up getopt_long() parametersFrank Rowand1-71/+74
2012-10-17rt-tests Makefile: Add CPPFLAGS to the pattern rule to generate dependenciesJohn Kacur1-1/+1
2012-10-17rt-tests Makefile: separate CFLAGS and CPPFLAGSUwe Kleine-König1-2/+3
2012-10-17rt-tests: have printf use %s format for stringsUwe Kleine-König4-8/+8
2012-10-17rt-tests / gitignore: Exclude patches and .a libs too.John Kacur1-0/+2
2012-10-17cyclictest: histogram overflow instance trackingBhavesh Davda1-3/+23
2012-10-17cyclictest: whitespace cleanupBhavesh Davda1-20/+20
2012-08-30add setup and call of tracemark function for breaktraceClark Williams1-0/+33
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