Re: [PATCH 05/14] perf, core: allow pmu specific data for perf task context

2014-02-05 Thread Stephane Eranian
On Fri, Jan 3, 2014 at 6:48 AM, Yan, Zheng wrote: > Later patches will use pmu specific data to save LBR stack. > I think the changelog could be more descriptive here. Explain what you add. Reviewed-by: Stephane Eranian > Signed-off-by: Yan, Zheng > --- > include/linux/perf_event.h | 5 +

[PATCH 05/14] perf, core: allow pmu specific data for perf task context

2014-01-02 Thread Yan, Zheng
Later patches will use pmu specific data to save LBR stack. Signed-off-by: Yan, Zheng --- include/linux/perf_event.h | 5 + kernel/events/core.c | 19 ++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/include/linux/perf_event.h b/include/linux/perf_eve