[tip:perf/urgent] perf cs-etm: Add missing case value

2019-03-29 Thread tip-bot for Solomon Tan
Commit-ID: c8fa7a807f3c5f946bd92076fbaf7826edb650dc Gitweb: https://git.kernel.org/tip/c8fa7a807f3c5f946bd92076fbaf7826edb650dc Author: Solomon Tan AuthorDate: Fri, 22 Mar 2019 13:22:55 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 28 Mar 2019 14:31:55 -0300 perf cs-etm

Re: [PATCH v4] perf tools: Add missing case value

2019-03-21 Thread Solomon Tan
Hi Liu Yan, On Friday, March 22, 2019 9:59 AM, Leo Yan wrote: > Hi Solomon, > > On Fri, Mar 22, 2019 at 12:47:11AM +, Solomon Tan wrote: > > [...] > > > > On my side this patch is no different from V3, i.e it doesn't pass > > > checkpatch &

[PATCH v5] perf tools: Add missing case value

2019-03-21 Thread Solomon Tan
WFE` case was added only in v0.11.0, the minimum required OpenCSD library version for this patch is no longer v0.10.0. Signed-off-by: Solomon Tan --- tools/build/feature/test-libopencsd.c | 4 ++-- tools/perf/util/cs-etm-decoder/cs-etm-decoder.c | 1 + 2 files changed, 3 insertions(+)

Re: [PATCH v4] perf tools: Add missing case value

2019-03-21 Thread Solomon Tan
‐‐‐ Original Message ‐‐‐ On Friday, March 22, 2019 12:27 AM, Mathieu Poirier wrote: > On Thu, Mar 21, 2019 at 01:29:11AM +0000, Solomon Tan wrote: > > > The following error was thrown when compiling `tools/perf` using OpenCSD > > v0.11.1. This patch fixes said error

[PATCH v4] perf tools: Add missing case value

2019-03-20 Thread Solomon Tan
WFE` case was added only in v0.11.0, the minimum required OpenCSD library version for this patch is no longer v0.10.0. Signed-off-by: Solomon Tan --- tools/build/feature/test-libopencsd.c | 4 ++-- tools/perf/util/cs-etm-decoder/cs-etm-decoder.c | 1 + 2 files changed, 3 insertions(+)

[PATCH v3] perf tools: Add missing case value

2019-03-19 Thread Solomon Tan
WFE` case was only added after v0.11.0, the minimum required OpenCSD library version for this patch is no longer v0.10.0. Signed-off-by: Solomon Tan --- tools/build/feature/test-libopencsd.c | 4 ++-- tools/perf/util/cs-etm-decoder/cs-etm-decoder.c | 1 + 2 files changed, 3 insertions(+)

[PATCH] perf tools: Add missing case value

2019-03-19 Thread Solomon Tan
This patch fixes the following error message during compilation of `tools/perf`, as seen in https://github.com/Linaro/OpenCSD/issues/17. ``` CC util/intel-pt-decoder/intel-pt-log.o CC util/cs-etm-decoder/cs-etm-decoder.o util/cs-etm-decoder/cs-etm-decoder.c: In function ‘cs_etm_d