On 03/09/2011 04:08 PM, Geunsik Lim wrote:
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@xxxxxxxxxxx>
We need a space here: Geunsik Lim <geunsik.lim@xxxxxxxxxxx>
---
src/cyclictest/cyclictest.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Oops, this is still old, it's only 1 insertion now. You could have
produced a real patch, couldn't you?
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");
Acked-by: Carsten Emde <C.Emde@xxxxxxxxx>
--
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