All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: [KERNEL][PATCH 1/1] wrs_meta: add blktrace feature
Date: Tue, 23 Nov 2010 00:09:55 -0600	[thread overview]
Message-ID: <1290492595.2784.149.camel@elmorro> (raw)

Add a 'blktrace feature' that turns on kernel support for blktrace, a
block I/O tracing tool.  Added to 'standard' alongside similar tracing
tool config.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../kernel-cache/features/blktrace/blktrace.cfg    |    1 +
 .../kernel-cache/features/blktrace/blktrace.scc    |    1 +
 wrs/cfg/kernel-cache/ktypes/standard/standard.scc  |    3 +++
 3 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 wrs/cfg/kernel-cache/features/blktrace/blktrace.cfg
 create mode 100644 wrs/cfg/kernel-cache/features/blktrace/blktrace.scc

diff --git a/wrs/cfg/kernel-cache/features/blktrace/blktrace.cfg b/wrs/cfg/kernel-cache/features/blktrace/blktrace.cfg
new file mode 100644
index 0000000..3e61f2b
--- /dev/null
+++ b/wrs/cfg/kernel-cache/features/blktrace/blktrace.cfg
@@ -0,0 +1 @@
+CONFIG_BLK_DEV_IO_TRACE=y
diff --git a/wrs/cfg/kernel-cache/features/blktrace/blktrace.scc b/wrs/cfg/kernel-cache/features/blktrace/blktrace.scc
new file mode 100644
index 0000000..945714b
--- /dev/null
+++ b/wrs/cfg/kernel-cache/features/blktrace/blktrace.scc
@@ -0,0 +1 @@
+kconf non-hardware blktrace.cfg
diff --git a/wrs/cfg/kernel-cache/ktypes/standard/standard.scc b/wrs/cfg/kernel-cache/ktypes/standard/standard.scc
index 7eb9585..8f07220 100644
--- a/wrs/cfg/kernel-cache/ktypes/standard/standard.scc
+++ b/wrs/cfg/kernel-cache/ktypes/standard/standard.scc
@@ -16,6 +16,9 @@ include mips.scc
 include features/lttng/lttng.scc
 tag lttng
 
+include features/blktrace/blktrace.scc
+tag blktrace
+
 include features/ocd/ocd.scc
 tag ocd
 
-- 
1.7.0.4





             reply	other threads:[~2010-11-23  6:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-23  6:09 Tom Zanussi [this message]
2010-11-23 15:47 ` [KERNEL][PATCH 1/1] wrs_meta: add blktrace feature Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2010-11-22 23:19 Tom Zanussi

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=1290492595.2784.149.camel@elmorro \
    --to=tom.zanussi@intel.com \
    --cc=poky@yoctoproject.org \
    /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.