Commit Graph

25 Commits

Author SHA1 Message Date
Peter Xu c86dec5765 rt-tests: oslat: Init commit
oslat was initially a standalone program [1].  This patch merges oslat into
rt-tests repo.

This is a direct port of oslat v0.1.7 into rt-tests.  It naturally bumps the
version to latest rt-tests version.

[1] https://github.com/xzpeter/oslat

Signed-off-by: Peter Xu <peterx@redhat.com>
A few minor fixes to the grammar in the man page
Signed-off-by: John Kacur <jkacur@redhat.com>
2020-08-18 16:48:08 -04:00
John Kacur 4022d106c0 rt-tests: Add some files like get_cyclictest_snapshot to .gitignore
Add some files like get_cyclictest_snapshot and .xz files etc

Signed-off-by: John Kacur <jkacur@redhat.com>
2020-07-06 16:27:24 -04:00
Afzal Mohammed 08d456085a rt-tests: Let git ignore cscope generated files
Let git ignore cscope generated files

Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
2019-11-26 17:33:27 +01:00
John Kacur ae393cf8d4 Add ssdd to .gitignore
Add ssdd to .gitignore

Signed-off-by: John Kacur <jkacur@redhat.com>
2019-06-19 01:43:22 +02:00
John Kacur c7282d22d9 rt-tests: .gitignore: Add queuelat to the list of ignored files
Add queuelat to the list of ignored files

Signed-off-by: John Kacur <jkacur@redhat.com>
2018-10-19 16:24:40 +02:00
John Kacur ba6cf8f41e rt-tests: Add cyclicdeadline and deadline_test to the Make system
- Add cyclicdeadline and deadline_test to the Makefile
- Conditionally define _GNU_SOURCE in the new programs
- Add the new programs to the .gitignore file

Signed-off-by: John Kacur <jkacur@redhat.com>
2016-06-23 13:51:00 +02:00
John Kacur a8725114cd Add .tar files to .gitignore
Ignore .tar files too

Signed-off-by: John Kacur <jkacur@redhat.com>
2015-07-09 14:31:01 +02:00
John Kacur d63f567c64 rt-tests / gitignore: Exclude patches and .a libs too.
Minor fix to make working with git nicer.
Now that we're building a lib, we need to exclude it from git status output.
Do the same for patches we generate or apply.

Signed-off-by: John Kacur <jkacur@redhat.com>
2012-10-17 00:21:28 +02:00
John Kacur d7cd65d54c gitignore: differentiate between program names and directories
Many rt-test programs including cyclictest have directories with the
same name as the generated binaries. Tell .gitignore to only ignore
the program names and not the directories by using a slash prefix.

Signed-off-by: John Kacur <jkacur@redhat.com>
2012-03-23 02:15:19 +01:00
Clark Williams ba12344ecb added pmqtest to .gitignore 2010-04-09 13:05:37 -05:00
Clark Williams 95c65d4c00 Merge branch 'work' into temp
Conflicts:
	.gitignore
	Makefile
2010-03-16 15:54:01 -05:00
Clark Williams 7f19bd8a31 added hackbench executable to ignore targets in .gitignore
Signed-off-by: Clark Williams <williams@redhat.com>
2010-03-16 15:41:01 -05:00
Uwe Kleine-König 6214410e57 rename pip to pip_stress as pip is too general
The command name is already taken by a perl script working with CPAN
and a Python package installer.

While at it remove trailing whitespace from three lines in
src/pi_tests/pip_stress.c.

Closes: http://bugs.debian.org/572104
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: John Kacur <jkacur@redhat.com>
2010-03-01 20:43:25 +01:00
John Kacur 0dea069418 rt-tests: Ignore dependency files *.d in git
Ignore dependency files *.d ing git.

Signed-off-by: John Kacur <jkacur@redhat.com>
2010-01-29 22:06:05 +01:00
John Kacur 3b0dcdaefc rt-tests: Add a new test pip - priority inheritance with processes
This test is similar to pi_stress in that it purpursely triggers a priority-
inversion. However, instead of using pthreads it uses processes.
Since pthread_mutex_t are the only objects backed by priority inheritance
this is accomplished by having the processes use a pthread_mutex_t in
shared memory. See the header of pip.c for more information as well as the
code of course.

In addition this patch starts a src/include directory as a common place
to put header files.

Signed-off-by: John Kacur <jkacur@redhat.com>
2009-12-23 16:01:17 +01:00
John Kacur 150f680979 Add the new tests to .gitignore
Signed-off-by: John Kacur <jkacur@redhat.com>
2009-12-14 16:15:11 +01:00
Clark Williams 99557d7360 cleanups for rt-migrate-test 2009-09-21 16:48:49 -05:00
John Kacur 1670757300 pi_stress clean-ups, fix hang.
From f17765e52e248b3a738f5206cb4b97bdcc1a0204 Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.com>
Date: Tue, 1 Sep 2009 15:24:23 +0200
Subject: [PATCH] Add tags and TAGS to .gitignore

Add tags and TAGS to .gitignore, to prepare for a make tags option
2009-09-14 10:14:14 -05:00
Clark Williams 581a864672 changed smidetect to hwlatdetect in .gitignore 2009-07-05 12:57:27 -05:00
Clark Williams 7bb717b666 added smidetect and generated spec file to .gitignore 2009-06-09 12:47:07 -05:00
Clark Williams 934e60da53 added rule to ignore emacs backupfiles 2009-05-12 16:56:37 -05:00
Clark Williams 7cc5483775 told git to ignore tarballs and tmpdir 2008-10-22 15:02:17 -05:00
Clark Williams c4a44c163d added mlockall option 2008-05-09 13:28:50 -05:00
Clark Williams fea12d35c3 added pi_tests; added specfile for rpm generation 2008-01-03 13:26:22 -06:00
Thomas Gleixner d00cc0754a Some more Makefile updates
- add changelog and install targets
- replace $(CROSS_COMPILE)gcc with $(CC)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-14 16:03:34 +01:00