Re: [PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom

2015-12-02 Thread Stephane Eranian
pet...@infradead.org; mi...@elte.hu; >> a...@linux.intel.com; Liang, Kan >> Subject: [PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom >> >> This patch updates the PEBS support for Intel Atom to provide an alias for >> the cycles:pp event used by perf record/top by default

RE: [PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom

2015-12-02 Thread Liang, Kan
> -Original Message- > From: Stephane Eranian [mailto:eran...@google.com] > Sent: Wednesday, December 02, 2015 1:28 PM > To: linux-kernel@vger.kernel.org > Cc: a...@redhat.com; pet...@infradead.org; mi...@elte.hu; > a...@linux.intel.com; Liang, Kan > Subject: [PATCH

[PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom

2015-12-02 Thread Stephane Eranian
This patch updates the PEBS support for Intel Atom to provide an alias for the cycles:pp event used by perf record/top by default nowadays. On Atom only INST_RETIRED:ANY supports PEBS, so we use this event instead with a large cmask to count cycles. Signed-off-by: Stephane Eranian ---

[PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom

2015-12-02 Thread Stephane Eranian
This patch updates the PEBS support for Intel Atom to provide an alias for the cycles:pp event used by perf record/top by default nowadays. On Atom only INST_RETIRED:ANY supports PEBS, so we use this event instead with a large cmask to count cycles. Signed-off-by: Stephane Eranian

RE: [PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom

2015-12-02 Thread Liang, Kan
> -Original Message- > From: Stephane Eranian [mailto:eran...@google.com] > Sent: Wednesday, December 02, 2015 1:28 PM > To: linux-kernel@vger.kernel.org > Cc: a...@redhat.com; pet...@infradead.org; mi...@elte.hu; > a...@linux.intel.com; Liang, Kan > Subject: [PATCH

Re: [PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom

2015-12-02 Thread Stephane Eranian
a...@redhat.com; pet...@infradead.org; mi...@elte.hu; >> a...@linux.intel.com; Liang, Kan >> Subject: [PATCH v1 2/2] perf/x86: add cycles:pp alias for Intel Atom >> >> This patch updates the PEBS support for Intel Atom to provide an alias for >> the cycles:pp event used by