summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Merge branch 'unstable/devel/latest' into unstable/devel/latest-develunstable/devel/latest-develJohn Kacur5-21/+57
2019-11-18Makefile: don't create empty directories in install targetUwe Kleine-König1-3/+1
2019-11-18cyclictest: fix typosUwe Kleine-König1-2/+2
2019-11-12rt-tests: ssdd: Add short and long functions as well as helpJohn Kacur2-9/+46
2019-11-11rt-tests: queuelat: Fix some warnings in determine_maximum_mpps.shJohn Kacur1-7/+8
2019-10-29rt-tests: cyclictest: Just use LIBNUMA_API_VERSION 2John Kacur1-97/+1
2019-10-29rt-tests: cyclictest: Assume libnuma version 2 by defaultJohn Kacur1-1/+1
2019-09-24rt-tests: cyclictest: Just use LIBNUMA_API_VERSION 2John Kacur1-97/+1
2019-09-19rt-tests: cyclictest: Assume libnuma version 2 by defaultJohn Kacur1-1/+1
2019-09-17rt-tests: backfire: Don't include asm/uaccess.h directlySultan Alsawaf1-1/+1
2019-09-17rt-tests: cyclictest: Don't allow OPT_SYSTEM with OPT_POSIX_TIMERSJohn Kacur1-0/+7
2019-09-17rt-tests: cyclictest: Fix warning: ‘cpu’ may be used uninitializedJohn Kacur1-0/+1
2019-09-17rt-tests: cyclictest: Make tracemark work correctly againJohn Kacur1-0/+7
2019-09-16rt-tests: cyclictest.8: Remove invalid tracing options from the manpageJohn Kacur1-35/+0
2019-09-06rt-tests: Set affinity before applying numaJohn Kacur1-13/+21
2019-08-23deadline_test: Increase buffer to avoid overflowDaniel Wagner1-1/+1
2019-08-23svsematest: Increase buffer to avoid overflowDaniel Wagner1-1/+1
2019-08-23sigwaittest: Increase buffer to avoid overflowDaniel Wagner1-1/+1
2019-08-23pmqtest: Increase buffer to avoid overflowDaniel Wagner1-2/+2
2019-08-23rt-tests: Let git ignore cscope generated filesAfzal Mohammed1-0/+1
2019-08-23rt-tests: Allow cross compilationAfzal Mohammed1-2/+2
2019-08-19rt-tests: Makefile update versionJohn Kacur1-1/+1
2019-08-14rt-tests: cyclictest: Without -t default to 1 thread in numa caseJohn Kacur1-7/+4
2019-08-07rt-tests: hwlatdetect: Remove kmodule options and clean-up helpJohn Kacur2-32/+23
2019-07-31ptsematest, sigwaittest, pmqtest, svsematest reprot error "Could not access /...Qiao Zhao4-4/+4
2019-06-26rt-tests: Use gettid from rt-utils.c everywhereJohn Kacur7-15/+0
2019-06-19rt-tests: cyclicdeadline: Fix cgroup setupKurt Kanzenbach1-1/+0
2019-06-19rt-tests: cyclicdeadline: Print fail only if something failedKurt Kanzenbach1-2/+3
2019-06-19rt-tests: cyclicdeadline: Add options to usageKurt Kanzenbach1-2/+10
2019-06-19rt-tests: deadline: Remove duplicated gettid() codeKurt Kanzenbach2-8/+4
2019-06-19rt-tests: cyclicdeadline: Remove unused getcpu codeKurt Kanzenbach1-11/+0
2019-06-19rt-tests: deadline: Remove duplicated code for sched_{set,get}_attrKurt Kanzenbach2-105/+3
2019-06-19rt-tests: Version 1.4v1.40lJohn Kacur1-1/+1
2019-06-19Add ssdd to .gitignoreJohn Kacur1-0/+1
2019-06-19rt-tests: ssdd: Add a simple manpage for ssddJohn Kacur2-0/+30
2019-06-19rt-tests: ssdd: Add Licence information to ssddJohn Kacur1-0/+7
2019-06-19rt-migrate-test: Add duration command line argumentDaniel Wagner2-1/+16
2019-06-19svsematest: Add duration command line argumentDaniel Wagner2-58/+76
2019-06-19sigwaittest: Add duration command line argumentDaniel Wagner2-58/+76
2019-06-19signaltest: Add duration command line argumentDaniel Wagner2-1/+18
2019-06-19cyclicdeadline: Add duration command line argumentDaniel Wagner1-1/+11
2019-06-19ptsematest: Add duration command line argumentDaniel Wagner2-55/+72
2019-06-19pmqtest: Add duration command line argumentDaniel Wagner2-2/+20
2019-06-19pi_stress: Rename -t command line option to -DDaniel Wagner2-5/+10
2019-06-19pi_stress: Allow short command line argumentsDaniel Wagner1-2/+1
2019-06-19rt-utils: Move parse_time_string()Daniel Wagner3-33/+36
2019-06-19queuelat: Use clock syscall for ARM 32 bitDaniel Wagner1-5/+26
2019-06-19rt_numa.h: Remove unused functionDaniel Wagner1-7/+0
2019-05-23rt-tests: hwlatdetect.py: Code clean-upJohn Kacur1-9/+9
2019-05-09hwlatdetect: disable/enable c-state transitions during detectionClark Williams1-1/+19
2019-05-07queuelat: Install queuelat helper scripts from the rt-tests MakefileJohn Kacur1-0/+2
2019-05-07queuelat: Assume queuelat and queuelat scripts are in the pathJohn Kacur1-18/+17
2019-04-05cyclicdeadline: Free allocated resources at exitDaniel Wagner1-1/+5
2019-04-05deadline_test: Free allocated resources at exitDaniel Wagner1-1/+5
2019-04-05rt-tests: deadline_tests: fix stack buffer flowKurt Kanzenbach1-1/+1
2019-04-05rt-tests: cyclicdeadline: fix segmentation fault on closeKurt Kanzenbach1-1/+1
2019-04-05rt-tests: cyclicdeadline: fix getopt stringKurt Kanzenbach1-1/+1
2019-02-20cyclictest: Make sure affinity is respected when numa is detectedJohn Kacur1-7/+6
2019-02-19cyclictest: Fix compiler warning about srncpy output truncatedClark Williams1-2/+2
2019-01-15ssdd: change the written pidSebastian Andrzej Siewior1-1/+3
2019-01-15ssdd: remove sleepsSebastian Andrzej Siewior1-8/+1
2019-01-15ssdd: make every function staticSebastian Andrzej Siewior1-6/+6
2019-01-14rt-tests: Makefile: ssdd: Incoroporate ssdd into the rt-tests MakefileJohn Kacur1-1/+6
2019-01-14Add ssdd test to the rt-tests suiteJoe Korty1-0/+315
2019-01-11cyclictest: fix_with_expected_identifier_in_latestLi Xiaoming1-3/+3
2019-01-08queuelat: use mfence for rdtsc orderingMarcelo Tosatti1-1/+1
2018-11-15rt-tests: deadline_test: Add NULL check before freeing setcpu_bufJohn Kacur1-1/+3
2018-11-05rt-tests: cyclictest: Remove numa from helpJohn Kacur3-11/+4
2018-11-02rt-tests: deadline_test: Add a manpageJohn Kacur2-0/+66
2018-10-19rt-tests: Remove install and build of backfire and sendmeJohn Kacur1-9/+0
2018-10-19rt-tests: cyclictest.8: Remove reference to -n in --smp in manpage tooJohn Kacur1-1/+1
2018-10-19cyclictest: remove reference to -n in --smpRalf Ramsauer1-2/+2
2018-10-19Add queuelat manpageMarcelo Tosatti1-0/+59
2018-10-19add -h option to queuelatMarcelo Tosatti2-1/+17
2018-10-19rt-tests: queuelat: Remove initial manpage, and replaceJohn Kacur1-158/+0
2018-10-19rt-tests: manpages: Modify makefile for queuelat.8 and pip_stress.8John Kacur1-0/+2
2018-10-19rt-tests: queuelat: Add an intial manpage for queuelatJohn Kacur1-0/+158
2018-10-19rt-tests: .gitignore: Add queuelat to the list of ignored filesJohn Kacur1-0/+1
2018-10-19rt-tests: pip_stress: Add an initial man page for pip_stressJohn Kacur1-0/+47
2018-09-14rt-tests: pi_stress: remove unused report option from helpJuri Lelli1-1/+0
2018-06-19Remove --numa optionJohn Kacur2-22/+14
2018-06-18Revert "first stab at removing smp/numa and modifying threads"John Kacur2-33/+63
2018-06-18Revert "shuffle numa options around a bit"John Kacur2-6/+7
2018-06-13rt-tests: Makefile: Change syntax for python3John Kacur1-1/+1
2018-05-30shuffle numa options around a bitClark Williams2-7/+6
2018-05-30first stab at removing smp/numa and modifying threadsClark Williams2-63/+33
2018-05-30cyclictest: remove ftrace codeClark Williams1-505/+32
2018-04-30rt-tests: Makefile - New development (unstable) releasev1.3John Kacur1-1/+1
2018-04-30rt-tests: Include SMI count in cyclictest summaryCarsten Emde1-0/+10
2018-04-30Merge remote-tracking branch 'marcelowt2/queuelat' into unstable/devel/v1.2John Kacur10-1/+991
2018-04-24Merge remote-tracking branch 'clrkwllms/hwlatdetect_py3' into unstable/devel/...John Kacur1-65/+66
2018-04-18queuelat: add statistics printmarcelo1-2/+81
2018-04-16Add queuelat test to rt-testsMarcelo Tosatti10-1/+912
2018-03-26rt-tests: Makefilev1.2John Kacur1-1/+1
2018-02-23hwlatdetect: convert from optparse to argparse for python3Clark Williams1-48/+48
2018-02-23hwlatdetect: fix str/binary mismatchesClark Williams1-2/+2
2018-02-23hwlatdetect: initial python3 changesClark Williams1-15/+16
2017-12-20rt-tests: Need to generate debug info for rpmsJohn Kacur1-1/+1
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 pagev1.1John 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.0v1.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 hwlatdetectdevel/v0.98John 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.97v0.97John Kacur1-1/+1
2016-03-24cyclictest: Make the tracemark option imply notracedevel/v0.97John 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.96v0.96John Kacur2-6/+28
2015-10-22Merge branch 'devel/v0.96-spikes' into devel/v0.96devel/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 updatev0.95John 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.94v0.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.93v0.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 optionv0.93-develAlexander Stein1-1/+1
2015-07-22cyclictest: Fix long priority help text optionAlexander Stein1-1/+1