All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <tom.zanussi@intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 1/1][KERNEL] meta: add blktrace feature
Date: Sun, 18 Sep 2011 23:48:46 -0400	[thread overview]
Message-ID: <4E76BB9E.3060507@windriver.com> (raw)
In-Reply-To: <9c5fbbb4a372de910cccb6b9065c8e1d6bac6637.1316402566.git.tom.zanussi@intel.com>

On 11-09-18 11:34 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> 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.

Ack'd. I've merged this to the 3.0 tree, and the -dev tree so it will
automatically appear in future trees.

I'll send a pull request for this on Monday.

Bruce

>
> Signed-off-by: Tom Zanussi<tom.zanussi@intel.com>
> ---
>   .../kernel-cache/features/blktrace/blktrace.cfg    |    1 +
>   .../kernel-cache/features/blktrace/blktrace.scc    |    1 +
>   meta/cfg/kernel-cache/ktypes/standard/standard.scc |    3 +++
>   3 files changed, 5 insertions(+), 0 deletions(-)
>   create mode 100644 meta/cfg/kernel-cache/features/blktrace/blktrace.cfg
>   create mode 100644 meta/cfg/kernel-cache/features/blktrace/blktrace.scc
>
> diff --git a/meta/cfg/kernel-cache/features/blktrace/blktrace.cfg b/meta/cfg/kernel-cache/features/blktrace/blktrace.cfg
> new file mode 100644
> index 0000000..3e61f2b
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/features/blktrace/blktrace.cfg
> @@ -0,0 +1 @@
> +CONFIG_BLK_DEV_IO_TRACE=y
> diff --git a/meta/cfg/kernel-cache/features/blktrace/blktrace.scc b/meta/cfg/kernel-cache/features/blktrace/blktrace.scc
> new file mode 100644
> index 0000000..945714b
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/features/blktrace/blktrace.scc
> @@ -0,0 +1 @@
> +kconf non-hardware blktrace.cfg
> diff --git a/meta/cfg/kernel-cache/ktypes/standard/standard.scc b/meta/cfg/kernel-cache/ktypes/standard/standard.scc
> index b4e22d0..c8654cc 100644
> --- a/meta/cfg/kernel-cache/ktypes/standard/standard.scc
> +++ b/meta/cfg/kernel-cache/ktypes/standard/standard.scc
> @@ -14,6 +14,9 @@ tag kgdb
>
>   include features/lttng/lttng.scc
>
> +include features/blktrace/blktrace.scc
> +tag blktrace
> +
>   include features/systemtap/systemtap.scc
>   tag systemtap
>



      reply	other threads:[~2011-09-19  3:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-19  3:34 [PATCH 0/1][KERNEL] re-enable blktrace tom.zanussi
2011-09-19  3:34 ` [PATCH 1/1][KERNEL] meta: add blktrace feature tom.zanussi
2011-09-19  3:48   ` Bruce Ashfield [this message]

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=4E76BB9E.3060507@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@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.