]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/selftests: add mq_perf_tests
authorDoug Ledford <dledford@redhat.com>
Thu, 31 May 2012 23:26:37 +0000 (16:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jun 2012 00:49:31 +0000 (17:49 -0700)
commit7820b0715b6fb1378fab41b27fb7aa3950852cb7
treef5720d49643717253c6c427fab45300ba4818bdf
parent113289cc086f80f28acd06f160a7c6423cdd4191
tools/selftests: add mq_perf_tests

Add the mq_perf_tests tool I used when creating my mq performance patch.
Also add a local .gitignore to keep the binaries from showing up in git
status output.

[akpm@linux-foundation.org: checkpatch fixes]
Signed-off-by: Doug Ledford <dledford@redhat.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/selftests/mqueue/.gitignore [new file with mode: 0644]
tools/testing/selftests/mqueue/Makefile
tools/testing/selftests/mqueue/mq_perf_tests.c [new file with mode: 0644]