All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2] cyclictest: Fixed incorrect wakeup reset interface
@ 2011-03-09 15:08 Geunsik Lim
  2011-03-09 15:30 ` Carsten Emde
  0 siblings, 1 reply; 5+ messages in thread
From: Geunsik Lim @ 2011-03-09 15:08 UTC (permalink / raw)
  To: williams, Carsten Emde; +Cc: jkacur, linux-rt-users, tglx

When we try to run ftrace with cyclictest command of rt-test,
We view the error according to base kernel version.
We need to modify this hard coded interface.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Reviewed-by: Carsten Emde <C.Emde@osadl.org>
---
 src/cyclictest/cyclictest.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 0847aed..abc0b4e 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -487,7 +487,7 @@ static void setup_tracer(void)
 				setkernvar(traceroptions, traceptr[i]);
 		}
 		setkernvar("tracing_max_latency", "0");
-		setkernvar("latency_hist/wakeup_latency/reset", "1");
+		setkernvar("latency_hist/wakeup/reset", "1");
 	} else {
 		setkernvar("trace_all_cpus", "1");
 		setkernvar("trace_freerunning", "1");
-- 
1.7.1


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

end of thread, other threads:[~2011-03-09 23:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 15:08 [PATCH RESEND v2] cyclictest: Fixed incorrect wakeup reset interface Geunsik Lim
2011-03-09 15:30 ` Carsten Emde
2011-03-09 20:26   ` John Kacur
2011-03-09 23:32     ` Geunsik Lim
2011-03-09 20:27   ` John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.