Dear Clark Williams, Please, merge this patch. I made this patch with ver 0.46 . Thanks, == CUT HERE == Subject: [PATCH] cyclictest:Appended man & usage about the same priority of many threads with -h If we run a many threads with -t option, "priority--" rt priority will assign per thread in sequence. But, If we use -h option, all threads is same priority. Append man page and cyclictest usage about the same priority of many threads with -h option. ex) cyclictest -t 5 -p 50 [enter] <-- without -h ex) cyclictest -t 5 -p 50 -h 100 [enter] <-- with -h Signed-off-by: GeunSik Lim <geunsik.lim@xxxxxxxxxxx> Acked-by : Sven-Thorsten Dietrich <sdietrich@xxxxxxx> --- src/cyclictest/cyclictest.8 | 2 +- src/cyclictest/cyclictest.c | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 index 48b2c5e..6059cee 100644 --- a/src/cyclictest/cyclictest.8 +++ b/src/cyclictest/cyclictest.8 @@ -91,7 +91,7 @@ event tracing (used with \-b) Enable function tracing using ftrace as tracer. This option is available only with \-b. .TP .B \-h, \-\-histogram=MAXLATENCYINUS -Dump latency histogram to stdout +Dump latency histogram to stdout. US means the max time to be be tracked in microseconds. When you use -h option to get histogram data, Cyclictest runs many threads with same priority without priority--. .TP .B \-i, \-\-interval=INTV Set the base interval of the thread(s) in microseconds (default is 1000us). This sets the interval of the first thread. See also \-d. diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index 7bfc2b1..dfc209e 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -790,6 +790,7 @@ static void display_help(void) " default is in seconds, but 'm', 'h', or 'd' maybe added\n" " to modify value to minutes, hours or days\n" "-h --histogram=US dump a latency histogram to stdout after the run\n" + " (with same priority about many threads)\n" " US is the max time to be be tracked in microseconds\n" "-w --wakeup task wakeup tracing (used with -b)\n" "-W --wakeuprt rt task wakeup tracing (used with -b)\n", -- 1.6.3.1 ----------------------------------------------- To unsubscribe from this list: send the line "unsubscribe linux-***" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ GeunSik Lim ( Samsung Electronics ) e-Mail :1) geunsik.lim@xxxxxxxxxxx 2) leemgs@xxxxxxxxx , leemgs1@xxxxxxxxx HomePage: http://blog.naver.com/invain/ ----------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html