summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-22shuffle numa options around a bitrewriteClark Williams2-7/+6
2018-01-17first stab at removing smp/numa and modifying threadsunstable/devel/rewriteClark Williams2-63/+33
2018-01-16cyclictest: remove ftrace codeClark Williams1-505/+32
2017-05-15Make -x option position-agnosticJianxun Zhang1-2/+0
2017-05-04cyclictest: cannot stop running with '-M' optionJianxun Zhang1-2/+17
2017-04-24cyclictest: touch threadstacks on numa to pre-fault themClark Williams1-0/+3
2017-04-11cyclictest: make clock_nanosleep as default and add option for POSIX timers.Vedang Patel1-8/+9
2017-03-22hwlatdetect: removed smi_detector supportClark Williams1-122/+16
2017-03-22hwlatdetect: modify hwlatdetector.py to use the ftrace hwlatdetectorClark Williams1-108/+232
2017-03-20hwlatdetect: Add --hardlimit to define the real test failing criteriaClark Williams1-1/+12
2016-10-28rt-tests: cyclictest: Correct short option 's'John Kacur1-1/+1
2016-10-28rt-tests: cyclicdeadline: Fix minor spelling mistakeJohn Kacur1-1/+1
2016-08-18rt-tests: hwlatdetect: Improve message if max latency is below thresholdJohn Kacur1-2/+8
2016-06-30rt-tests: deadline_test: Made '-i' work and added help text for itSteven Rostedt (Red Hat)1-1/+2
2016-06-24rt-tests-1.1.1: Remove _GNU_SOURCE from source filesJohn Kacur3-9/+0
2016-06-23rt-tests: Add cyclicdeadline and deadline_test to the Make systemJohn Kacur4-1/+16
2016-06-23rt-tests: Add cyclicdeadline and deadline_testJohn Kacur2-0/+3364
2016-06-23rt-tests: Makefile, change version to 1.1John Kacur1-1/+1
2016-05-31cyclictest: new CPUs with SMI counter supportDaniel Bristot de Oliveira1-0/+4
2016-05-14rt-tests: Makefile: Add missing install of rt-migrate-test.8 man pageJohn Kacur1-0/+1
2016-05-13rt-tests: Create a new unstable line called devel/rt-tests-2.0John Kacur1-1/+1
2016-05-13rt-tests: Makefile - bump version to 1.0John Kacur1-1/+1
2016-05-13rt-tests: Remove doc/release-checklist.txtJohn Kacur1-9/+0
2016-05-13rt-tests: hwlat.txt: smidetect renamed to hwlatdetectJohn Kacur1-8/+9
2016-05-13rt-tests: Housekeeping fix some spelling errors.John Kacur7-15/+15
2016-05-13rt-tests: Add missing option to hwlatdetect man pageJohn Kacur1-4/+8
2016-05-04cyclictest: stop any tracing after hitting a breaktrace thresholdClark Williams1-6/+26
2016-04-25rt-tests: Update the cyclictest man pageJohn Kacur2-96/+112
2016-04-21rt-tests: Add man page for rt-migrate-testJohn Kacur1-0/+56
2016-04-21rt-tests: Makefile: Assume numa_parse_cpustring_all availableJohn Kacur1-6/+7
2016-03-31rt-tests: Makefile: Bump version number to 0.97John Kacur1-1/+1
2016-03-24cyclictest: Make the tracemark option imply notraceJohn Kacur1-0/+1
2016-03-24Revert changes to rt-migrate-test for exit(1)John Kacur1-2/+3
2016-03-24cyclictest: add --tracemark optionLuiz Capitulino1-1/+20
2016-03-22cyclictest: move debugfs init code to its own functionLuiz Capitulino1-4/+9
2016-03-22cyclictest: tracing(): check for notraceLuiz Capitulino1-2/+5
2016-03-22cyclictest: move tracemark_fd handling to its own functionLuiz Capitulino1-8/+14
2016-03-22don't use exit(-1) for failuresLuiz Capitulino4-8/+7
2016-02-09cyclictest: Add --smi description on cyclictest man pageDaniel Bristot de Oliveira1-0/+4
2016-02-09cyclictest: SMI count/detection via MSR/SMI counterDaniel Bristot de Oliveira1-10/+219
2016-01-13hwlatdetect: make reading sample date work with python2 and python3Clark Williams1-3/+9
2016-01-13hwlatdetect: modify to handle python3 printsClark Williams1-3/+5
2016-01-13hwlatdetect: handle hwlat_detector being builtin rather than moduleClark Williams1-1/+21
2016-01-05Makefile: Set CC/AR variable only if it doesn't have a valueKhem Raj1-2/+2
2015-10-22Makefile: fixed dropped quote in help target textClark Williams1-1/+1
2015-10-22Makefile: Remove anything to do with rpms, specs etcJohn Kacur1-53/+3
2015-10-22gitattributes: add doc, remove rt.spec-inJohn Kacur1-1/+1
2015-10-22Remove rt-tests.spec-inJohn Kacur1-524/+0
2015-10-22Makefile: Version bump to v0.96John Kacur2-6/+28
2015-10-22Merge branch 'devel/v0.96-spikes' into devel/v0.96John Kacur1-5/+116
2015-10-22rt-sched.h: do not unconditionally define syscall-numbersHenrik Austad1-0/+4
2015-10-22Android: Expand match for android in ostypeHenrik Austad1-6/+8
2015-10-22Android: rename arch from bionic to androidHenrik Austad2-2/+1
2015-10-22Android: clean up the bypass ifdefferyHenrik Austad3-36/+48
2015-10-21cyclictest: fix #ifdef broken by NO_PTHREAD_SETAFFINITYJohn Kacur1-5/+4
2015-10-21cyclictest: Add a feature to record spikesJohn Kacur1-2/+112
2015-10-14Makefile: Move TARGETS back to a more logical place in the MakefileJohn Kacur1-3/+2
2015-10-14Makefile: have distclean remove .asc file for tarballClark Williams1-1/+1
2015-10-14specfile: add signaltest manpage to files section and remove trailing whitesp...Clark Williams1-1/+2
2015-10-14Makefile: OBJDIR should be an order-only-prerequisiteJohn Kacur1-3/+3
2015-10-09Makefile: add target to create OBJDIR before useClark Williams1-1/+4
2015-10-09Fix some trivial typos found by codespell(1)Uwe Kleine-König4-5/+5
2015-10-08cyclictest: Clean-ups in timerthread before working on itJohn Kacur1-21/+29
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