Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1488608

Re: perf event grouping for dummies (was Re: [PATCH] arc: perf: Enable generic "cache-references" and "cache-misses" events)

From Peter Zijlstra <peterz@infradead.org>
Newsgroups linux.kernel
Subject Re: perf event grouping for dummies (was Re: [PATCH] arc: perf: Enable generic "cache-references" and "cache-misses" events)
Date 2016-09-22 10:00 +0200
Message-ID <sk75f-3wE-13@gated-at.bofh.it> (permalink)
References (1 earlier) <satqp-1GW-25@gated-at.bofh.it> <scj3A-6lo-7@gated-at.bofh.it> <scvHs-78u-17@gated-at.bofh.it> <sjAj0-81b-5@gated-at.bofh.it> <sk0n8-7Ht-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Sep 21, 2016 at 07:43:28PM -0500, Paul Clarke wrote:
> On 09/20/2016 03:56 PM, Vineet Gupta wrote:
> >On 09/01/2016 01:33 AM, Peter Zijlstra wrote:
> >>>- is that what perf event grouping is ?
> >>
> >>Again, nope. Perf event groups are single counter (so no implicit
> >>addition) that are co-scheduled on the PMU.
> >
> >I'm not sure I understand - does this require specific PMU/arch support - as in
> >multiple conditions feeding to same counter.
> 
> My read is that is that what Peter meant was that each event in the
> perf event group is a single counter, so all the events in the group
> are counted simultaneously.  (No multiplexing.)

Right, sorry for the poor wording.

> >Again when you say co-scheduled what do you mean - why would anyone use the event
> >grouping - is it when they only have 1 counter and they want to count 2
> >conditions/events at the same time - isn't this same as event multiplexing ?
> 
> I'd say it's the converse of multiplexing.  Instead of mapping
> multiple events to a single counter, perf event groups map a set of
> events each to their own counter, and they are active simultaneously.
> I suppose it's possible for the _groups_ to be multiplexed with other
> events or groups, but the group as a whole will be scheduled together,
> as a group.

Correct.

Each events get their own hardware counter. Grouped events are
co-scheduled on the hardware.

You can multiplex groups. But if one event in a group is schedule, they
all must be.

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

perf event grouping for dummies (was Re: [PATCH] arc: perf: Enable  generic "cache-references" and "cache-misses" events) Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-09-20 23:00 +0200
  Re: perf event grouping for dummies (was Re: [PATCH] arc: perf:  Enable generic "cache-references" and "cache-misses" events) Paul Clarke <pc@us.ibm.com> - 2016-09-22 02:50 +0200
    Re: perf event grouping for dummies (was Re: [PATCH] arc: perf:  Enable generic "cache-references" and "cache-misses" events) Peter Zijlstra <peterz@infradead.org> - 2016-09-22 10:00 +0200
      Re: perf event grouping for dummies (was Re: [PATCH] arc: perf:  Enable generic "cache-references" and "cache-misses" events) Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-09-22 20:00 +0200
        Re: perf event grouping for dummies (was Re: [PATCH] arc: perf:  Enable generic "cache-references" and "cache-misses" events) Paul Clarke <pc@us.ibm.com> - 2016-09-22 20:30 +0200
          Re: perf event grouping for dummies (was Re: [PATCH] arc: perf:  Enable generic "cache-references" and "cache-misses" events) Arnaldo Carvalho de Melo <acme@redhat.com> - 2016-09-22 21:50 +0200

csiph-web