linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rt-tests 0/9] more rt-tests cleanups and a cyclictest feature
@ 2015-08-31 16:35 Josh Cartwright
  2015-08-31 16:35 ` [PATCH rt-tests 1/9] cyclictest: consistently make all functions 'static' Josh Cartwright
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Josh Cartwright @ 2015-08-31 16:35 UTC (permalink / raw)
  To: Clark Williams, John Kacur; +Cc: linux-rt-users

Hey Clark, John-

Here's another set, this one contains eight patches are very minor cleanups
(found mostly via code inspection and by building with warnings cranked up).

The last patch introduces an option to cyclictest to control the dumping of
histogram data into a separate file, it's useful for when you want to see the
'normal' cyclictest live-updating, but also want to store away the generated
histogram for later analysis.

(My goal was to present a net-negative diffstat...I came so close!)

Thanks!
  Josh

Gratian Crisan (1):
  cyclictest: Add option for dumping the histogram in a file

Josh Cartwright (8):
  cyclictest: consistently make all functions 'static'
  cyclictest: fixup documentation for --priority option
  cyclictest: drop unnecessary numa_on_and_available() check
  signaltest: drop unused tsnorm()
  cyclictest: use correct type when allocating cpu bitmask size
  cyclictest: drop impossible use_fifo conditional
  cyclictest: fail if use_fifo && thread creation failed
  error: mark fatal, err_exit, err_quit as being noreturn

 src/cyclictest/cyclictest.c | 120 ++++++++++++++++++++++++++------------------
 src/cyclictest/rt_numa.h    |  11 +---
 src/include/error.h         |   6 +--
 src/signaltest/signaltest.c |   8 ---
 4 files changed, 74 insertions(+), 71 deletions(-)

-- 
2.5.0


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2015-09-17 19:40 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31 16:35 [PATCH rt-tests 0/9] more rt-tests cleanups and a cyclictest feature Josh Cartwright
2015-08-31 16:35 ` [PATCH rt-tests 1/9] cyclictest: consistently make all functions 'static' Josh Cartwright
2015-09-02 13:03   ` John Kacur
2015-08-31 16:35 ` [PATCH rt-tests 2/9] cyclictest: fixup documentation for --priority option Josh Cartwright
2015-09-01 21:03   ` John Kacur
2015-09-01 21:11     ` Josh Cartwright
2015-08-31 16:35 ` [PATCH rt-tests 3/9] cyclictest: drop unnecessary numa_on_and_available() check Josh Cartwright
2015-09-15 21:50   ` John Kacur
2015-09-16 19:47     ` Josh Cartwright
2015-09-17 19:15       ` John Kacur
2015-08-31 16:35 ` [PATCH rt-tests 4/9] signaltest: drop unused tsnorm() Josh Cartwright
2015-09-15 22:00   ` John Kacur
2015-09-16 19:48     ` Josh Cartwright
2015-08-31 16:35 ` [PATCH rt-tests 5/9] cyclictest: use correct type when allocating cpu bitmask size Josh Cartwright
2015-09-15 22:19   ` John Kacur
2015-08-31 16:35 ` [PATCH rt-tests 6/9] cyclictest: drop impossible use_fifo conditional Josh Cartwright
2015-09-15 22:24   ` John Kacur
2015-08-31 16:35 ` [PATCH rt-tests 7/9] cyclictest: fail if use_fifo && thread creation failed Josh Cartwright
2015-09-15 22:25   ` John Kacur
2015-08-31 16:35 ` [PATCH rt-tests 8/9] error: mark fatal, err_exit, err_quit as being noreturn Josh Cartwright
2015-09-15 22:31   ` John Kacur
2015-08-31 16:35 ` [PATCH rt-tests 9/9] cyclictest: add option for dumping the histogram in a file Josh Cartwright
2015-09-15 23:05   ` John Kacur
2015-09-16 19:56     ` Josh Cartwright
2015-09-17 19:40       ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).