Re: [PATCH v2 1/2] perf tools: Add support for pinned modifier

From: Michael Ellerman
Date: Wed Aug 07 2013 - 01:20:07 EST


On Tue, Aug 06, 2013 at 03:59:37PM +0200, Jiri Olsa wrote:
> On Tue, Aug 06, 2013 at 11:28:05PM +1000, Michael Ellerman wrote:
>
> SNIP
>
> >
> > while (*p) {
> > @@ -812,6 +818,9 @@ int parse_events__modifier_event(struct list_head *list, char *str, bool add)
> > evsel->attr.exclude_guest = mod.eG;
> > evsel->exclude_GH = mod.exclude_GH;
> > evsel->sample_read = mod.sample_read;
> > +
> > + if (evsel->leader == evsel)
> > + evsel->attr.pinned = mod.pinned;
>
> nitpick, we have perf_evsel__is_group_leader for this check

Ah darn, missed it.

Should I do a respin?

cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/