summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-04-05rt-tests:ssdd: Ensure there are one or more iterationsHEADmainJohn Kacur2-1/+6
2024-04-05Support --smi on newer processorsRodrigo Queiro1-83/+8
2024-04-05rt-tests: hackbench: drop incorrect and unnecessary usage of optindNam Cao1-6/+4
2024-02-02rt-tests: oslat: convert to nanoseconds correctlyMarcelo Tosatti1-1/+1
2024-02-02rt-tests: oslat should use MHz, not MhzMarcelo Tosatti1-1/+1
2024-01-23rt-tests: Add Dockerfile READMEChris White1-0/+49
2024-01-23rt-tests: Add interactive source-to-image DockerfileChris White1-0/+26
2024-01-23rt-tests: cyclicdeadline: Remove dead "verbose" code in print_stat()Crystal Wood1-31/+15
2024-01-23rt-tests: cyclicdeadline: Print the histogram regardless of quietCrystal Wood1-8/+8
2024-01-23rt-tests: cyclics: Fix json segfault when not using histogramCrystal Wood2-9/+11
2023-12-19rt-tests: cyclicdeadline: Add histogram supportCrystal Wood1-10/+104
2023-12-19rt-tests: cyclictest: Replace histogram code with libraryCrystal Wood4-60/+239
2023-12-13rt-tests: cyclictest: Remove histogram totalsCrystal Wood1-13/+1
2023-12-13rt-tests: Fix warningsCrystal Wood5-13/+13
2023-10-27rt-tests: Remove remaining unnecessary texts after adding SPDX licensesJohn Kacur2-18/+0
2023-10-27rt-tests: Add missing SPDX licensesJohn Kacur25-14/+25
2023-10-19rt-tests: Makefile: Restore support for Exuberant CtagsMathias Krause1-1/+6
2023-10-06rt-tests: Change to version v2.6v2.6John Kacur1-1/+1
2023-10-06rt-tests: ptsematest: Fix unused paramter warningsJohn Kacur1-4/+5
2023-10-06rt-tests: pmqtest: Fix various warningsJohn Kacur1-4/+5
2023-10-06rt-tests: pi_stress: Fix various warningsJohn Kacur1-5/+5
2023-10-06rt-tests: rt-numa: Fix comparison of different signednessJohn Kacur1-1/+1
2023-10-06rt-tests: rt-utils: Suppress warnings about fallthroughJohn Kacur1-0/+3
2023-10-06rt-tests: cyclictest: Fix comparison of different signednessJohn Kacur1-1/+2
2023-10-06rt-tests: cyclicdeadline: Fix comparison of different signednessJohn Kacur1-1/+1
2023-10-06rt-tests: signaltest Fix unused parameter warningJohn Kacur1-2/+2
2023-10-06rt-tests: rt-migrate-test: Fix some warningsJohn Kacur1-3/+3
2023-10-06rt-tests: sigwaittest: Fix some warningsJohn Kacur1-3/+3
2023-10-03rt-tests: pip_stress: Removed unused parameterJohn Kacur2-4/+4
2023-10-03rt-tests: svsematest: Suppress unused paramters warningJohn Kacur1-4/+3
2023-09-18rt-tests: cyclicdeadline: Suppress unused parameter warningJohn Kacur1-1/+1
2023-09-18rt-tests: queuelat: Suppress unused parameters warningJohn Kacur1-1/+1
2023-09-18rt-tests: ssdd: Suppress unused parameters warningJohn Kacur1-3/+1
2023-09-18rt-tests: cyclictest: Suppress unused parameters warningJohn Kacur1-2/+2
2023-09-18rt-tests: cyclictest: Remove warnings due different signedness in comparisonEder Zulian1-2/+4
2023-08-10rt-error: added conditional to info() and debug()Anubhav Shelat6-32/+45
2023-08-09rt-tests: Add __pycache__/ to .gitignoreEder Zulian1-0/+1
2023-08-09cyclicdeadline: removed extra pthread_barrier_wait() callsAnubhav Shelat1-8/+0
2023-08-08cyclicdeadline: removed unnesessary text in usage messageAnubhav Shelat1-2/+1
2023-06-02rt-tests: oslat: Fix compile warningsJohn Kacur1-9/+13
2023-06-02oslat: remove newline from tracemark messageMarcelo Tosatti1-2/+1
2023-06-01cyclictest: remove inclusion of unnecessary headersMarcelo Tosatti1-3/+0
2023-02-15rt-tests: Makefile: Use sysconfig instead of distutils for PYLIBJohn Kacur2-1/+17
2023-02-13rt-tests: hwlatdetect: Add field cpu to samples outputCosta Shulyupin1-2/+3
2023-02-10rt-tests: deadline_test: Fix spelling to "single" in commentJohn Kacur1-1/+1
2023-01-20rt-tests: Change to version v2.5v2.5John Kacur1-1/+1
2023-01-19rt-numa: Use a reasonable default max CPU value.Sebastian Andrzej Siewior1-1/+10
2022-12-14oslat: Add command line option for bucket widthCrystal Wood2-34/+85
2022-11-11rt-tests: hwlatdetect: Fix incorrect comment about testdurationJohn Kacur1-1/+1
2022-11-11rt-tests: hwlatdetect: Update to integer divisionLeah Leshchinsky1-2/+3
2022-11-11rt-tests: hwlatdetect.py Covert to f-stringsLeah Leshchinsky1-37/+37
2022-11-03rt-tests: rt_numa.h: Remove unused paramter max_cpusJohn Kacur1-2/+1
2022-11-03rt-tests: hackbench: Fix compile warning about fall throughJohn Kacur1-0/+1
2022-11-03rt-tests: hackbench: Fix compile comparison of different signed intsJohn Kacur1-4/+6
2022-11-03rt-tests: hackbench: Add error checking to connect and getsocknameJohn Kacur1-2/+4
2022-10-06rt-tests: Remove arbitrary num of threads limitsJohn Kacur4-4/+4
2022-08-11cyclictest: Fix threads being affined even when -a isn't setJohn Stultz1-4/+6
2022-07-08rt-tests: Change to version v2.4v2.4John Kacur1-1/+1
2022-07-07sched_deadline/cyclicdeadline: add tracelimitSong Chen2-4/+51
2022-06-29rt-tests: cyclictest: Fix seg fault for verbose with no affinity maxkJohn Kacur1-1/+1
2022-06-29cyclictest: Delay setting of main_affinity_mask after creating threads.Sebastian Andrzej Siewior1-4/+5
2022-06-24hackbench: Add af_inet mode besides af_unix and pipeYihao Wu1-1/+56
2022-06-23rt-tests: Makefile: ctags: Change obsolete extra to extrasJohn Kacur1-2/+2
2022-05-10rt-tests: Remove classic_piJohn Kacur2-599/+0
2022-05-09rt-tests: resync has_smi_counter with turbostat codebartwensley1-31/+73
2022-04-16rt-tests: hwlatdetect: Add option to specify cpumaskOscar Shiang2-0/+22
2022-04-13oslat: Print offending cpu number when above thresholdNicolas Saenz Julienne1-3/+3
2022-02-15rt-migrate-test: increase the buf size to 2048 when parse cpuinfoLiwei Song1-2/+2
2022-01-28rt-numa: ignore runtime cpumask if -a CPULIST is specifiedMarcelo Tosatti1-1/+2
2022-01-28rt-tests: Fix parsing of affinity when there is a space.John Kacur3-3/+7
2022-01-01rt-tests: oslat.8: Remove the argument of --biasOscar Shiang1-1/+1
2021-12-25rt-numa: Correct the comment of numa_initialize()Oscar Shiang1-1/+1
2021-12-10rt-tests: Change to version 2.3v2.3John Kacur1-1/+1
2021-11-22rt-tests: deadline_test: Fix typo "highes"John Kacur1-1/+1
2021-11-21rt-tests: cyclictest.8: Remove reference to -n in --system in manpageOscar Shiang1-1/+1
2021-11-19rt-tests: cyclicdeadline: Fix double mount of cgroupsJohn Kacur1-7/+32
2021-11-19rt-tests: deadline_test: Fix double mount of cgroupsJohn Kacur1-7/+32
2021-11-11rt-tests: cyclictest: Drop unnecessary variable "bufsize"Punit Agrawal1-1/+0
2021-11-11rt-tests: cyclictest: Simplify duplicate initialization of "stop"Punit Agrawal1-4/+1
2021-11-11rt-tests: cyclictest: Drop unused definesPunit Agrawal1-4/+0
2021-11-11rt-tests: hwlatdetect: Don't use built-in name str as a variableJohn Kacur1-59/+63
2021-11-11rt-tests: hwlatdetect: Remove unused class KmodJohn Kacur1-88/+19
2021-11-11rt-tests: hwlatdetect: Use abstractmethod decoratorJohn Kacur1-17/+20
2021-11-11rt-tests: hwlatdetect: Remove class HwlatJohn Kacur1-60/+1
2021-11-11rt-tests: hwlatdetect: Keep consistent name from abstract methodJohn Kacur1-1/+1
2021-11-11rt-tests: hwlatdetect: Use python3 style super()John Kacur1-2/+2
2021-11-11rt-tests: hwlatdetect: Use "with" for opening filesJohn Kacur1-23/+20
2021-11-11rt-tests: hwlatdetect: Remove unnessary parens after returnJohn Kacur1-4/+4
2021-11-11rt-tests: get_cyclictest_snapshot: print_warning should be a classmethodJohn Kacur1-3/+4
2021-11-11rt-tests: cyclictest: Check user supplies an value to histogramJohn Kacur1-1/+4
2021-11-11rt-tests: deadline_tests: Null check to prevent floating point exceptionJohn Kacur1-2/+4
2021-10-15rt-tests:hwlatdetect.py: Remove unnecessary 'not'John Kacur1-1/+1
2021-10-15rt-tests:hwlatdetect.py: Remove multiple statements on one lineJohn Kacur1-4/+8
2021-10-15rt-tests:hwlatdetect: Remove useless object in class declarationJohn Kacur1-4/+4
2021-10-04rt-tests: cyclictest: Remove unused 'C' and 'E' optionsJohn Kacur1-2/+0
2021-10-04rt-tests: cyclictest: Add --default-system optionJohn Kacur2-1/+17
2021-10-04rt-tests: Update the help and man page for --latencyJohn Kacur2-8/+10
2021-10-04rt-tests: Add *.dat to .gitignoreJohn Kacur1-0/+1
2021-09-29rt-tests: hwlatdetect: Gracefully handle lack of /dev/cpu_dma_latencyPunit Agrawal1-6/+10
2021-09-17rt-tests: pi_stress: Fix "id" in helpJohn Kacur1-1/+1
2021-09-14oslat: Avoid out-of-order memory accesses to precede counter readNicolas Saenz Julienne1-0/+7
2021-09-14rt-tests: Add missing option F to optstringLeah Leshchinsky1-1/+1
2021-09-13oslat: Allow for arch specific counter frequency measurementsNicolas Saenz Julienne1-0/+12
2021-09-13oslat: Add aarch64 supportNicolas Saenz Julienne1-0/+13
2021-09-13oslat: Rename cpu_mhz/cpu_hz to counter_mhz/counter_hzNicolas Saenz Julienne1-10/+10
2021-08-30rt-tests: Change VERSION to 2.2v2.2John Kacur1-1/+1
2021-08-27rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np()Daniel Wagner1-4/+2
2021-08-27rt-tests: deadline_test: Exit with message if threads less than 1John Kacur1-0/+5
2021-08-18rt-tests: pi_stress: Add missing parameter and fix typesJohn Kacur1-4/+3
2021-08-18rt-tests: pip_stress: Add missing paramater in error messageJohn Kacur1-1/+1
2021-08-18rt-tests: pi_stress: Don't call free on allocaJohn Kacur1-4/+1
2021-08-18rt-tests: ptsematest: Remove deadcodeJohn Kacur1-6/+0
2021-08-18rt-tests: deadline_test: Remove deadcodeJohn Kacur1-4/+0
2021-08-18rt-tests: deadline_test: Move va_start forwardJohn Kacur1-2/+2
2021-07-23sched_deadline: Use HRTICK_DL for sched_deadline testsJohn Kacur2-10/+45
2021-07-23sched_deadline: Accommodate new location of HRTICK file in kernelJohn Kacur2-26/+100
2021-07-09oslat: Don't take trace_threshold into account during preheatNicolas Saenz Julienne1-4/+7
2021-07-09oslat: Remove redundant includeNicolas Saenz Julienne1-1/+0
2021-07-09cyclicdeadline: Fix buffer allocationDaniel Wagner1-1/+1
2021-07-09signaltest: Fix printf format specifierDaniel Wagner1-3/+3
2021-06-29rt-tests: Change VERSION to 2.1v2.1John Kacur1-1/+1
2021-06-29rt-utils: Remove empty rt_test_start()Daniel Wagner13-17/+0
2021-06-29rt-utils: Call get_timestmap() in rt_init()Daniel Wagner1-13/+14
2021-06-25rt-tests: Change VERSION to 2.0v2.0John Kacur1-1/+1
2021-06-17rt-tests: cyclictest: Add entry for mainaffinity in the manpageunstable/devel/latestJohn Kacur2-1/+5
2021-06-17Subject: [PATCH v4 2/2] cyclictest: Add --mainaffinity=[CPUSET] option.Jonathan Schwender1-3/+19
2021-06-17cyclictest: Move main pid setaffinity handling into a functionJonathan Schwender1-7/+12
2021-05-21svematest: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21ssdd: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21sigwaittest: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21signaltest: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21cyclicdeadline: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21rt-migrate-test: Add --json to man pageDaniel Wagner1-1/+5
2021-05-21ptsematest: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21pmqtest: Add --json to man pageDaniel Wagner1-1/+4
2021-05-21pi_stress: Add --json to man pageDaniel Wagner1-1/+7
2021-05-21oslat: Add --json to man pageDaniel Wagner1-2/+6
2021-05-21cyclictest: Add --json to man pageDaniel Wagner1-2/+5
2021-05-21svsematest: Rename command line option --output to --jsonDaniel Wagner1-9/+9
2021-05-21ssdd: Rename command line option --output to --jsonDaniel Wagner1-8/+8
2021-05-21sigwaittest: Rename command line option --output to --jsonDaniel Wagner1-9/+9
2021-05-21signaltest: Rename command line option --output to --jsonDaniel Wagner1-10/+10
2021-05-21cyclicdeadline: Rename command line option --output to --jsonDaniel Wagner1-8/+8
2021-05-21rt-migrate-test: Rename command line option --output to --jsonDaniel Wagner1-10/+10
2021-05-21ptsematest: Rename command line option --output to --jsonDaniel Wagner1-9/+9
2021-05-21pmqtest: Rename command line option --output to --jsonDaniel Wagner1-11/+10
2021-05-21pi_stress: Rename command line option --output to --jsonDaniel Wagner1-9/+9
2021-05-21oslat: Rename command line option --output to --jsonDaniel Wagner1-9/+9
2021-05-21cyclictest: Rename command line option --output to --jsonDaniel Wagner1-10/+10
2021-05-21cyclicdeadline: Fix JSON output formatDaniel Wagner1-1/+1
2021-05-07ssdd: Add JSON output featureDaniel Wagner1-1/+15
2021-05-07ssdd: Add quiet command line optionDaniel Wagner1-9/+20
2021-05-07pi_stress: Add JSON output featureDaniel Wagner1-1/+21
2021-05-07pi_stress: Prepare command line parser for long options onlyDaniel Wagner1-13/+32
2021-05-07rt-util: Add return_code to common section of JSON outputDaniel Wagner11-13/+18
2021-05-07svsematest: Record start of test executionDaniel Wagner1-0/+1
2021-05-07sigwaittest: Record start of test executionDaniel Wagner1-0/+1
2021-05-07signaltest: Record start of test executionDaniel Wagner1-0/+1
2021-05-07cyclicdeadline: Record start of test executionDaniel Wagner1-0/+1
2021-05-07rt-migrate-test: Record start of test executionDaniel Wagner1-0/+1
2021-05-07ptesematest: Record start of test executionDaniel Wagner1-0/+1
2021-05-07pmqtest: Record start of test executionDaniel Wagner1-0/+1
2021-05-07oslat: Record start of test executionDaniel Wagner1-0/+1
2021-05-07cyclictest: Record start of test executionDaniel Wagner1-0/+1
2021-05-07rt-util: Introduce rt_test_start()Daniel Wagner2-10/+26
2021-05-07rt-util: Remove superfluous arguments from rt_write_jsonDaniel Wagner11-50/+12
2021-05-07svematest: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07sigwaittest: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07signaltest: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07cyclicdeadline: Initialize rt-utilDaniel Wagner1-0/+2
2021-05-07rt-migrate-test: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07ptsematest: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07pmqtest: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07oslat: Initialize rt-utilDaniel Wagner1-0/+2
2021-05-07cyclictest: Initialize rt-utilDaniel Wagner1-0/+1
2021-05-07rt-util: Add rt_init functionDaniel Wagner2-7/+42
2021-05-07signaltest: Add missing --output usage infoDaniel Wagner1-0/+1
2021-05-07cyclicdeadline: Remove unused include headerDaniel Wagner1-1/+0
2021-05-07cyclictest: Remove unused include headerDaniel Wagner1-1/+0
2021-03-03cyclicdeadline.c: Fix printf format specifierDaniel Wagner1-3/+3
2021-03-03cyclictest: Fix printf format specifierDaniel Wagner1-4/+4
2021-02-25rt-tests: cyclicdeadline.c: Remove dead codeJohn Kacur1-3/+1
2021-02-24rt-tests: remove rt_numa_bitmask_count in rt_numa.hJohn Kacur1-12/+0
2021-02-24rt-tests: Don't assume numa is available at runtimeJohn Kacur3-18/+15
2021-02-19Revert "signaltest: Always use libnuma"John Kacur1-4/+6
2021-02-19Revert "cyclictest: Always use libnuma"John Kacur2-29/+36
2021-02-19Revert "cyclictest: Use affinity_mask for steering thread placement"John Kacur1-7/+31
2021-02-19oslat: Fix --cpu-list won't allow to schedule on all possible coresPeter Xu1-6/+2
2021-02-19sigwaittest: Add JSON output featureDaniel Wagner1-18/+99
2021-02-19signaltest: Add JSON output featureDaniel Wagner1-20/+86
2021-02-16oslat: Add quiet command line optionDaniel Wagner1-7/+18
2021-02-16rt-migrate-test: Add JSON output featureDaniel Wagner1-19/+101
2021-02-16oslat: Add JSON output featureDaniel Wagner1-15/+82
2021-02-16svsematest: Add JSON output featureDaniel Wagner1-20/+104
2021-02-16ptsematest: Add JSON output featureDaniel Wagner1-19/+101
2021-02-16pmqtest: Add JSON output featureDaniel Wagner1-23/+114
2021-02-16cyclicdeadline: Add JSON output featureDaniel Wagner1-16/+56
2021-02-16cyclictest: Add JSON output featureDaniel Wagner1-1/+45
2021-02-16rt-utils: Add JSON common header output helperDaniel Wagner2-0/+100
2021-02-16rt-tests: Rename error.h to rt-error.hDaniel Wagner16-22/+25