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/
v2 -> v3:
- Remove redundant "c = NULL" in intel_percore_constraints
- Fix comment of perf_event_attr::config1
v2:
> 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.