public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Frederic Weisbecker <fweisbec@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Arnaldo Carvalho de Melo <acme@redhat.com>,
	Steven Rostedt <rostedt@goodmis.org>
Subject: Re: [PATCH] perf tools: Only save the event formats we need
Date: Fri, 28 Aug 2009 03:25:31 +0200	[thread overview]
Message-ID: <20090828012530.GA6018@nowhere> (raw)
In-Reply-To: <1251421798-9101-1-git-send-email-fweisbec@gmail.com>

On Fri, Aug 28, 2009 at 03:09:58AM +0200, Frederic Weisbecker wrote:
> While opening a trace event counter, every events are saved in the
> trace.info file. But we only want to save the specifications of the
> events we are using.



I must confess I haven't done that because I care much about the amount
of saved format, you can also beat me because this patch regress perf trace
in that it won't support the trace appending mode anymore (for now).

That said, tracing/events/*/*/format is full of non trivial cases.
perf trace was failing because it can't yet handle scalar dereference
in the format arguments (since the recent sys_enter tracepoint add).

So what I plan toward this patch is to start iterating on trivial
cases and make them work well without beeing annoyed by format fetching
that are not supported yet.


  reply	other threads:[~2009-08-28  1:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28  1:09 [PATCH] perf tools: Only save the event formats we need Frederic Weisbecker
2009-08-28  1:25 ` Frederic Weisbecker [this message]
2009-08-28  6:01 ` [tip:perfcounters/tracing] " tip-bot for Frederic Weisbecker

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=20090828012530.GA6018@nowhere \
    --to=fweisbec@gmail.com \
    --cc=acme@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=peterz@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox