From: Carsten Emde <C.Emde@osadl.org>
To: Geunsik Lim <leemgs1@gmail.com>
Cc: williams@redhat.com, jkacur@redhat.com,
linux-rt-users@vger.kernel.org, tglx@linutronix.de
Subject: Re: [PATCH RESEND] cyclictest: Fixed incorrect wakeup reset interface
Date: Tue, 08 Mar 2011 22:17:08 +0100 [thread overview]
Message-ID: <4D769CD4.6090806@osadl.org> (raw)
In-Reply-To: <1299287891-591-1-git-send-email-leemgs1@gmail.com>
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@samsung.com>
> ---
> 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.
next prev parent reply other threads:[~2011-03-08 22:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-05 1:18 [PATCH RESEND] cyclictest: Fixed incorrect wakeup reset interface Geunsik Lim
2011-03-08 21:17 ` Carsten Emde [this message]
2011-03-09 14:18 ` Geunsik Lim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D769CD4.6090806@osadl.org \
--to=c.emde@osadl.org \
--cc=jkacur@redhat.com \
--cc=leemgs1@gmail.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.