On 03/05/2011 02:18 AM, 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>
---
src/cyclictest/cyclictest.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
[..]
- setkernvar("latency_hist/wakeup_latency/reset", "1");
+ setkernvar("latency_hist/wakeup/reset", "1");
This is correct. It considers a directory name change made longtime ago.
[..]
setkernvar("trace_enabled", "1");
+ setkernvar("latency_hist/wakeup_latency/reset", "1");
This is not correct - probably an unintended insertion of the line that
was removed above.
Would you mind to resubmit the patch with the first part only?
-Carsten.
--
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