[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241024093742.87681-1-laoar.shao@gmail.com>
Date: Thu, 24 Oct 2024 17:37:40 +0800
From: Yafang Shao <laoar.shao@...il.com>
To: edumazet@...gle.com,
davem@...emloft.net,
dsahern@...nel.org,
kuba@...nel.org,
pabeni@...hat.com
Cc: netdev@...r.kernel.org,
Yafang Shao <laoar.shao@...il.com>
Subject: [PATCH 0/2] Add noinline_for_tracing and apply it to tcp_drop_reason
This patchset introduces a new compiler annotation, noinline_for_tracing,
designed to prevent specific functions from being inlined to facilitate
tracing. In Patch #2, this annotation is applied to the tcp_drop_reason().
Yafang Shao (2):
compiler_types: Add noinline_for_tracing annotation
net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()
include/linux/compiler_types.h | 6 ++++++
net/ipv4/tcp_input.c | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
2.43.5
Powered by blists - more mailing lists