Thread (25 messages) flat view 25 messages, 3 authors, 2021-12-07

Re: [PATCHv5 3/4] tracing: Add register read/write tracing support

From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-12-06 10:46:44
Also in: linux-arm-msm, lkml

On Mon, Dec 6, 2021 at 11:11 AM Sai Prakash Ranjan
[off-list ref] wrote:
On 12/6/2021 2:29 PM, Arnd Bergmann wrote:
quoted
On Mon, Dec 6, 2021 at 9:28 AM Sai Prakash Ranjan
quoted
+void log_read_mmio(u8 width, const volatile void __iomem *addr)
+{
+       trace_rwmmio_read(CALLER_ADDR0, CALLER_ADDR1, width, addr);
+}
Here, it may be better to pass the caller address as an argument, I think
CALLER_ADDR1 is not always reliable, though it's possible that it is
in the configurations when this file gets enabled.
Do you mean that we use __builtin_return_address(0,1) directly here or
that I pass __func__ as the argument to log_read/write_mmio or is there
some other way to pass the caller address?
I meant passing CALLER_ADDR0 from readl() down to
log_read_mmio().

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help