rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Oct 2022 13:06:16 +0000 (14:06 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:39 +0000 (13:36 +0000)
commit7fa25105b2d32fcb0f38668bc20d0adf6508322f
treea61faea019da72f2711cc55c32cfff0dbcf1858e
parent47c810a79844462d3468d831edc00971757693e0
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing

In rxrpc tracing, use enums to generate lists of points of interest rather
than __builtin_return_address() for the rxrpc_conn tracepoint

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
include/trace/events/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/conn_event.c
net/rxrpc/conn_object.c
net/rxrpc/conn_service.c
net/rxrpc/input.c