Re: [PATCH] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform

2015-05-02 Thread Neelesh Gupta
On 04/30/2015 11:37 AM, Vipin K Parashar wrote: diff --git a/arch/powerpc/platforms/powernv/opal-poweroff-events.c b/arch/powerpc/platforms/powernv/opal-poweroff-events.c new file mode 100644 index 000..9b169e2 --- /dev/null +++ b/arch/powerpc/platforms/powernv/opal-poweroff-events.c @@ -0

[PATCH 3.19 118/177] powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

2015-05-02 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard commit 58995a9a5b292458f94a2356b8c878230fa56fe0 upstream. Commit 1bc9e47aa8e4 ("powerpc/jump_label: Use HAVE_JUMP_LABEL") converted uses of CONFIG_JUMP_LABEL to HAVE_JUMP_LABEL

[PATCH 4.0 145/220] powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

2015-05-02 Thread Greg Kroah-Hartman
4.0-stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard commit 58995a9a5b292458f94a2356b8c878230fa56fe0 upstream. Commit 1bc9e47aa8e4 ("powerpc/jump_label: Use HAVE_JUMP_LABEL") converted uses of CONFIG_JUMP_LABEL to HAVE_JUMP_LABEL

Re: [RFC][PATCH 4/4] perf: Create aliases for PMU events

2015-05-02 Thread Jiri Olsa
On Fri, May 01, 2015 at 12:05:41AM -0700, Sukadev Bhattiprolu wrote: SNIP > + > +static int pmu_add_cpu_aliases(char *cpustr, void *data) > +{ > + struct list_head *head = (struct list_head *)data; > + struct perf_pmu_alias *alias; > + int i; > + struct perf_pmu_event *events_tabl

[git pull] Please pull mpe/linux.git powerpc-4.1-3 tag

2015-05-02 Thread Michael Ellerman
Hi Linus, Please pull some more powerpc fixes for 4.1: The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux.git tags/powerpc-4.1

Re: [RFC][PATCH 4/4] perf: Create aliases for PMU events

2015-05-02 Thread Vineet Gupta
On Friday 01 May 2015 12:35 PM, Sukadev Bhattiprolu wrote: > Using the tables of Power7 and Power8 events, create aliases for the > Power PMU events. This would allow us to specify all Power events by > name rather than by raw code: > > $ /tmp/perf stat -e PM_1PLUS_PPC_CMPL sleep 1 > >

Re: [RFC][PATCH 0/4] perf: Enable symbolic event names

2015-05-02 Thread Vineet Gupta
On Friday 01 May 2015 12:35 PM, Sukadev Bhattiprolu wrote: > Implement ability to specify Power PMU events by their symbolic event > names rather than raw codes. This approach pulls tables of the Power7 > and Power8 PMU events into the perf source tree and uses these tables > to create aliases for