I noticed I had a typo on sched_switch. I tested this on linux-tip tree and it works there. Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx> --- src/cyclictest/cyclictest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: rt-tests/src/cyclictest/cyclictest.c =================================================================== --- rt-tests.orig/src/cyclictest/cyclictest.c 2008-06-03 11:52:18.000000000 -0400 +++ rt-tests/src/cyclictest/cyclictest.c 2008-06-03 12:08:45.000000000 -0400 @@ -396,7 +396,7 @@ void *timerthread(void *param) if (ftrace) ret = settracer("ftrace"); else - ret = settracer("sched-switch"); + ret = settracer("sched_switch"); } } -- 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