Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-18 Thread Sai Prakash Ranjan
On 9/18/2018 5:17 PM, Will Deacon wrote: On Tue, Sep 18, 2018 at 12:40:57PM +0530, Sai Prakash Ranjan wrote: On 9/18/2018 5:09 AM, Steven Rostedt wrote: On Sun, 9 Sep 2018 01:57:06 +0530 Sai Prakash Ranjan wrote: The new asm-generic/io-instrumented.h will keep arch code clean and separate

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-18 Thread Sai Prakash Ranjan
On 9/18/2018 5:17 PM, Will Deacon wrote: On Tue, Sep 18, 2018 at 12:40:57PM +0530, Sai Prakash Ranjan wrote: On 9/18/2018 5:09 AM, Steven Rostedt wrote: On Sun, 9 Sep 2018 01:57:06 +0530 Sai Prakash Ranjan wrote: The new asm-generic/io-instrumented.h will keep arch code clean and separate

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-18 Thread Will Deacon
On Tue, Sep 18, 2018 at 12:40:57PM +0530, Sai Prakash Ranjan wrote: > On 9/18/2018 5:09 AM, Steven Rostedt wrote: > >On Sun, 9 Sep 2018 01:57:06 +0530 > >Sai Prakash Ranjan wrote: > > > >>The new asm-generic/io-instrumented.h will keep arch code > >>clean and separate from instrumented version

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-18 Thread Will Deacon
On Tue, Sep 18, 2018 at 12:40:57PM +0530, Sai Prakash Ranjan wrote: > On 9/18/2018 5:09 AM, Steven Rostedt wrote: > >On Sun, 9 Sep 2018 01:57:06 +0530 > >Sai Prakash Ranjan wrote: > > > >>The new asm-generic/io-instrumented.h will keep arch code > >>clean and separate from instrumented version

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-18 Thread Sai Prakash Ranjan
On 9/18/2018 5:09 AM, Steven Rostedt wrote: On Sun, 9 Sep 2018 01:57:06 +0530 Sai Prakash Ranjan wrote: The new asm-generic/io-instrumented.h will keep arch code clean and separate from instrumented version which traces io register accesses. This instrumented header can later be included in

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-18 Thread Sai Prakash Ranjan
On 9/18/2018 5:09 AM, Steven Rostedt wrote: On Sun, 9 Sep 2018 01:57:06 +0530 Sai Prakash Ranjan wrote: The new asm-generic/io-instrumented.h will keep arch code clean and separate from instrumented version which traces io register accesses. This instrumented header can later be included in

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-17 Thread Steven Rostedt
On Sun, 9 Sep 2018 01:57:06 +0530 Sai Prakash Ranjan wrote: > The new asm-generic/io-instrumented.h will keep arch code > clean and separate from instrumented version which traces > io register accesses. This instrumented header can later > be included in arm as well for tracing io register

Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-17 Thread Steven Rostedt
On Sun, 9 Sep 2018 01:57:06 +0530 Sai Prakash Ranjan wrote: > The new asm-generic/io-instrumented.h will keep arch code > clean and separate from instrumented version which traces > io register accesses. This instrumented header can later > be included in arm as well for tracing io register

[PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-08 Thread Sai Prakash Ranjan
The new asm-generic/io-instrumented.h will keep arch code clean and separate from instrumented version which traces io register accesses. This instrumented header can later be included in arm as well for tracing io register accesses. Suggested-by: Will Deacon Signed-off-by: Sai Prakash Ranjan

[PATCH 5/6] arm64/io: Add header for instrumentation of io operations

2018-09-08 Thread Sai Prakash Ranjan
The new asm-generic/io-instrumented.h will keep arch code clean and separate from instrumented version which traces io register accesses. This instrumented header can later be included in arm as well for tracing io register accesses. Suggested-by: Will Deacon Signed-off-by: Sai Prakash Ranjan