All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: Jiri Olsa <jolsa@redhat.com>
Cc: a.p.zijlstra@chello.nl, mingo@elte.hu, paulus@samba.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf tools: Exit recording if events have non matching sample type
Date: Mon, 3 Oct 2011 13:27:04 -0300	[thread overview]
Message-ID: <20111003162704.GB24281@ghostprotocols.net> (raw)
In-Reply-To: <20111003102235.GB1838@jolsa.redhat.com>

Em Mon, Oct 03, 2011 at 12:22:35PM +0200, Jiri Olsa escreveu:
> On Thu, Sep 29, 2011 at 07:05:48PM -0300, Arnaldo Carvalho de Melo wrote:
> > Em Thu, Sep 29, 2011 at 06:01:08PM +0200, Jiri Olsa escreveu:
> > > The event processing relies on all events having the same sample_type.
> > > 
> > > This is being checked when the session is being opened read only.
> > > It also needs to be checked when we do record, since events could be
> > > read during processing build IDs at the end of the record command.
> > > 
> > > If we process events with different sample_type the processing might
> > > skip some events or hang.
> > > 
> > > Following command hangs on my setup:
> > >   ./perf record -o perf.data -e ext4:ext4_mb_new_group_pa \
> > >    -e LLC-loads -- date '+%F'
> > > 
> > > because hardware and tracepoint events have different sample type.
> > > 
> > > With the patch applied the record command displays
> > > "Non matching sample_type" message and exits.
> > 
> > That is way too cryptic :-\
> > 
> > What is that makes the sample type not match in this case? Can we make
> > it match instead?
> > 
> > This is something to be properly fixed by _allowing_ non matching sample
> > types, the evsel/evlist abstractions are getting we close but not there
> > yet, multiple files in a perf.data/ directory are needed.
> > 
> > Till then can you check if we can make it match or else just say that
> > the mix of events is not yet supported, please collect them in different
> > sessions or something along those lines?
> > 
> > - Arnaldo
> hi,
> thanks for comments..
> I just was this got in the tip tree git://tesla.tglx.de/git/linux-2.6-tip
> 
> perf tools: Exit record if events have non matching sample type
> commit 6f9a4869e15de8af2fd715af876bc3e6b00757a7
> Author: Jiri Olsa <jolsa@redhat.com>
> Date:   Thu Sep 29 19:49:50 2011 +0200
> 
> I've read the email trail.. I'll check the sources and try to come up
> with something.. ;)

Couldn't understand, will check if the patch was already applied, if so,
why bother commenting, right? :-)

- Arnaldo

  reply	other threads:[~2011-10-03 16:27 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29 16:01 [PATCH] perf tools: Exit recording if events have non matching sample type Jiri Olsa
2011-09-29 22:05 ` Arnaldo Carvalho de Melo
2011-09-29 22:55   ` David Ahern
2011-10-03 10:22   ` Jiri Olsa
2011-10-03 16:27     ` Arnaldo Carvalho de Melo [this message]
2011-10-03 19:15       ` Jiri Olsa
2011-10-17 12:50       ` Jiri Olsa
2011-10-21  7:18 ` Xu, Anhua
2011-10-21  8:10   ` Jiri Olsa
2011-10-21 14:16     ` David Ahern
2011-10-21 14:29       ` David Ahern
2011-10-21 14:43         ` Jiri Olsa
2011-10-21 14:42       ` Jiri Olsa
  -- strict thread matches above, loose matches on Subject: below --
2011-09-29 23:06 Arnaldo Carvalho de Melo
2011-09-29 23:33 ` David Ahern
2011-09-30  0:40   ` Arnaldo Carvalho de Melo
2011-09-30  0:58     ` David Ahern
2011-09-30  2:21       ` Arnaldo Carvalho de Melo
2011-09-30  2:41         ` David Ahern
2011-09-30  7:39   ` Peter Zijlstra
2011-10-04  4:14     ` David Ahern
2011-10-04 10:00       ` Peter Zijlstra
2011-10-04 13:41         ` Arnaldo Carvalho de Melo

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=20111003162704.GB24281@ghostprotocols.net \
    --to=acme@redhat.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.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.