linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tal Shorer <tal.shorer@gmail.com>
To: Tal Shorer <tal.shorer@gmail.com>, Steven Rostedt <rostedt@goodmis.org>
Cc: mingo@redhat.com,
	"<linux-kernel@vger.kernel.org>" <linux-kernel@vger.kernel.org>
Subject: Re: [Patch v3 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events
Date: Wed, 23 Sep 2015 17:54:26 +0300	[thread overview]
Message-ID: <CAFDyS3PY=qpegLLk+yKiieNH-No-Khqtbv15o8hHHaHzfcx6Uw@mail.gmail.com> (raw)
In-Reply-To: <CAFDyS3PC6q2CQOo1YWJ6zXSPuQOPzpaeM_44VM07SERBYFeYTg@mail.gmail.com>

Merge window for 4.3 is over, so I figured I might bring this back up

On Tue, Aug 11, 2015 at 10:45 PM, Tal Shorer <tal.shorer@gmail.com> wrote:
> ping?
>
> On Sat, Aug 1, 2015 at 3:27 PM, Tal Shorer <tal.shorer@gmail.com> wrote:
>> Add a new options to trace Kconfig, CONFIG_TRACING_EVENTS_GPIO, that is
>> used for enabling/disabling compilation of gpio function trace events.
>>
>> Signed-off-by: Tal Shorer <tal.shorer@gmail.com>
>> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>> ---
>>  include/trace/events/gpio.h | 4 ++++
>>  kernel/trace/Kconfig        | 7 +++++++
>>  2 files changed, 11 insertions(+)
>>
>> diff --git a/include/trace/events/gpio.h b/include/trace/events/gpio.h
>> index 927a8ad..2da73b9 100644
>> --- a/include/trace/events/gpio.h
>> +++ b/include/trace/events/gpio.h
>> @@ -1,6 +1,10 @@
>>  #undef TRACE_SYSTEM
>>  #define TRACE_SYSTEM gpio
>>
>> +#ifndef CONFIG_TRACING_EVENTS_GPIO
>> +#define NOTRACE
>> +#endif
>> +
>>  #if !defined(_TRACE_GPIO_H) || defined(TRACE_HEADER_MULTI_READ)
>>  #define _TRACE_GPIO_H
>>
>> diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
>> index 3b9a48a..67a1731 100644
>> --- a/kernel/trace/Kconfig
>> +++ b/kernel/trace/Kconfig
>> @@ -635,6 +635,13 @@ config TRACE_ENUM_MAP_FILE
>>
>>         If unsure, say N
>>
>> +config TRACING_EVENTS_GPIO
>> +       bool "Trace gpio events"
>> +       depends on GPIOLIB
>> +       default y
>> +       help
>> +         Enable tracing events for gpio subsystem
>> +
>>  endif # FTRACE
>>
>>  endif # TRACING_SUPPORT
>> --
>> 2.4.6
>>

  reply	other threads:[~2015-09-23 14:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-20 20:21 [Patch RFC 0/2] tracing: allow disabling compilation of specific trace systems Tal Shorer
2015-06-20 20:21 ` [Patch RFC 1/2] " Tal Shorer
2015-07-13 18:34   ` Steven Rostedt
2015-07-13 21:38     ` Tal Shorer
2015-07-16 17:39     ` [PATCH v2 0/2] " Tal Shorer
2015-07-16 17:39       ` [PATCH v2 1/2] " Tal Shorer
2015-07-16 17:39       ` [PATCH v2 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events Tal Shorer
2015-07-17 18:36         ` Steven Rostedt
2015-07-18 10:12           ` Tal Shorer
2015-08-01 12:27             ` [Patch v3 0/2] tracing: allow disabling compilation of specific trace systems Tal Shorer
2015-08-01 12:27               ` [Patch v3 1/2] " Tal Shorer
2015-08-01 12:27               ` [Patch v3 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events Tal Shorer
2015-08-11 19:45                 ` Tal Shorer
2015-09-23 14:54                   ` Tal Shorer [this message]
2019-03-27 16:12                 ` Uwe Kleine-König
2019-04-05 17:25                   ` Linus Walleij
2015-07-27 11:57           ` [PATCH v2 " Linus Walleij
2015-06-20 20:21 ` [Patch RFC " Tal Shorer
2015-06-25 20:41 ` [Patch RFC 0/2] tracing: allow disabling compilation of specific trace systems Tal Shorer
2015-06-25 22:25   ` Steven Rostedt
2015-07-06 16:53     ` Tal Shorer

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='CAFDyS3PY=qpegLLk+yKiieNH-No-Khqtbv15o8hHHaHzfcx6Uw@mail.gmail.com' \
    --to=tal.shorer@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=rostedt@goodmis.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 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).