mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
aff3083f10
This introduce two tracepoints for smc tx and rx msg to help us diagnosis issues of data path. These two tracepoitns don't cover the path of CORK or MSG_MORE in tx, just the top half of data path. Signed-off-by: Tony Lu <tonylu@linux.alibaba.com> Reviewed-by: Wen Gu <guwen@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
233 B
C
9 lines
233 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "smc_tracepoint.h"
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL(smc_switch_to_fallback);
|
|
EXPORT_TRACEPOINT_SYMBOL(smc_tx_sendmsg);
|
|
EXPORT_TRACEPOINT_SYMBOL(smc_rx_recvmsg);
|