From: Ingo Molnar <mingo@elte.hu>
To: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: "Steven Rostedt" <rostedt@goodmis.org>,
"Frédéric Weisbecker" <fweisbec@gmail.com>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH tip 1/1] tracing: Use a single trace_enabled variable
Date: Wed, 11 Feb 2009 13:06:32 +0100 [thread overview]
Message-ID: <20090211120632.GE23873@elte.hu> (raw)
In-Reply-To: <20090209211535.GA12820@ghostprotocols.net>
* Arnaldo Carvalho de Melo <acme@redhat.com> wrote:
> Impact: API change/cleanup
>
> $ codiff kernel/trace/built-in.o.before kernel/trace/built-in.o
> kernel/trace/trace.c:
> tracing_is_enabled | -12
> __find_next_entry | -5
> 2 functions changed, 17 bytes removed, diff: -17
>
> kernel/trace/trace_sched_switch.c:
> tracing_sched_switch_assign_trace | -13
> tracing_stop_sched_switch_record | -74
> tracing_start_sched_switch_record | -30
> 3 functions changed, 117 bytes removed, diff: -117
>
> kernel/trace/trace_sysprof.c:
> stack_trace_reset | -10
> stack_trace_init | -10
> 2 functions changed, 20 bytes removed, diff: -20
>
> kernel/trace/trace_irqsoff.c:
> irqsoff_tracer_start | -16
> irqsoff_tracer_stop | -16
> irqsoff_tracer_reset | -10
> irqsoff_tracer_init | -19
> 4 functions changed, 61 bytes removed, diff: -61
>
> kernel/trace/trace_sched_wakeup.c:
> wakeup_tracer_stop | -16
> wakeup_tracer_start | -10
> start_wakeup_tracer | -19
> wakeup_tracer_reset | -10
> 4 functions changed, 55 bytes removed, diff: -55
>
> kernel/trace/built-in.o:
> 15 functions changed, 270 bytes removed, diff: -270
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
> ---
> kernel/trace/trace.c | 15 +-------------
> kernel/trace/trace.h | 3 +-
> kernel/trace/trace_irqsoff.c | 22 --------------------
> kernel/trace/trace_sched_switch.c | 40 +------------------------------------
> kernel/trace/trace_sched_wakeup.c | 26 ------------------------
> kernel/trace/trace_sysprof.c | 5 +---
> 6 files changed, 5 insertions(+), 106 deletions(-)
Applied to tip:tracing/ftrace, thanks Arnaldo!
Ingo
prev parent reply other threads:[~2009-02-11 12:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-09 21:15 [PATCH tip 1/1] tracing: Use a single trace_enabled variable Arnaldo Carvalho de Melo
2009-02-09 23:49 ` Frederic Weisbecker
2009-02-11 12:06 ` Ingo Molnar [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=20090211120632.GE23873@elte.hu \
--to=mingo@elte.hu \
--cc=acme@redhat.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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 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.