Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH v2 0/4] perf: offcore event monitoring patches

1 view
Skip to first unread message

Lin Ming

unread,
Mar 1, 2011, 11:50:03 AM3/1/11
to
Hi,

Here is the updated offcore patches. I merged small changes and fixes
into the first patch, see the change logs.

Change logs against Andi's original version:
- Extends perf_event_attr:config to config{,1,2} (Peter Zijlstra)
- Fixed a major event scheduling issue. There cannot be a ref++ on an
event that has already done ref++ once and without calling
put_constraint() in between. (Stephane Eranian)
- Use thread_cpumask for percore allocation. (Lin Ming)
- Use MSR names in the extra reg lists. (Lin Ming)

Peter,
The event scheduling issue was fixed, could you please consider merging
this series?

Thanks,
Lin Ming

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

Lin Ming

unread,
Mar 2, 2011, 9:30:02 PM3/2/11
to
Hi,

v2 -> v3:
- Remove redundant "c = NULL" in intel_percore_constraints
- Fix comment of perf_event_attr::config1

v2:

Peter Zijlstra

unread,
Mar 3, 2011, 5:20:03 AM3/3/11
to
On Thu, 2011-03-03 at 10:34 +0800, Lin Ming wrote:

> Peter,
> The event scheduling issue was fixed, could you please consider merging
> this series?

I'll have a look today.

BTW, you managed to wreck git-send-email, you have git 1.7 which does
the right thing by default (--no-chain-reply-to), please do use that. I
normally ignore emails send like this.

Lin Ming

unread,
Mar 3, 2011, 8:20:01 PM3/3/11
to
On Thu, 2011-03-03 at 18:14 +0800, Peter Zijlstra wrote:
> On Thu, 2011-03-03 at 10:34 +0800, Lin Ming wrote:
>
> > Peter,
> > The event scheduling issue was fixed, could you please consider merging
> > this series?
>
> I'll have a look today.
>
> BTW, you managed to wreck git-send-email, you have git 1.7 which does
> the right thing by default (--no-chain-reply-to), please do use that. I
> normally ignore emails send like this.

OK. Will use --no-chain-reply-to next time.

0 new messages