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 > > > and it doesn't apply on my next tree. >

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

2019-03-21 Thread Leo Yan
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 > > and it doesn't apply on my next tree. > > > > Mathieu > > > > > > > > > pub RSA 2048/C88289A6

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 +, Solomon Tan wrote: > > > The following error was thrown when compiling `tools/perf` using OpenCSD > > v0.11.1. This patch fixes said error. > > > > CC

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

2019-03-21 Thread Mathieu Poirier
On Thu, Mar 21, 2019 at 01:29:11AM +, Solomon Tan wrote: > The following error was thrown when compiling `tools/perf` using OpenCSD > v0.11.1. This patch fixes said error. > ``` > CC util/intel-pt-decoder/intel-pt-log.o > CC util/cs-etm-decoder/cs-etm-decoder.o >

[PATCH v4] perf tools: Add missing case value

2019-03-20 Thread Solomon Tan
The following error was thrown when compiling `tools/perf` using OpenCSD v0.11.1. This patch fixes said error. ``` 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_decoder__buffer_range’: