From: Wolfram Sang <w.sang@pengutronix.de>
To: linux-rt-users@vger.kernel.org
Cc: Clark Williams <williams@redhat.com>,
Wolfram Sang <w.sang@pengutronix.de>,
Luotao Fu <l.fu@pengutronix.de>
Subject: [PATCH 1/2] cyclictest: fix wakeup_latency name for tracing
Date: Mon, 29 Nov 2010 16:38:54 +0100 [thread overview]
Message-ID: <1291045135-15541-2-git-send-email-w.sang@pengutronix.de> (raw)
In-Reply-To: <1291045135-15541-1-git-send-email-w.sang@pengutronix.de>
The desired directory is named "wakeup", not "wakeup_latency".
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
src/cyclictest/cyclictest.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 0847aed..abcdd75 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.2.3
next prev parent reply other threads:[~2010-11-29 15:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 15:38 [PATCH 0/2] minor patches for rt-tests Wolfram Sang
2010-11-29 15:38 ` Wolfram Sang [this message]
2010-11-29 15:38 ` [PATCH 2/2] rt-tests: Simplify makefile a bit Wolfram Sang
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=1291045135-15541-2-git-send-email-w.sang@pengutronix.de \
--to=w.sang@pengutronix.de \
--cc=l.fu@pengutronix.de \
--cc=linux-rt-users@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).