mbox series

[net-next,0/3] trace: use TP_STORE_ADDRS macro

Message ID 20240310121406.17422-1-kerneljasonxing@gmail.com (mailing list archive)
Headers show
Series trace: use TP_STORE_ADDRS macro | expand

Message

Jason Xing March 10, 2024, 12:14 p.m. UTC
From: Jason Xing <kernelxing@tencent.com>

Using the macro for other tracepoints use to be more concise.
No functional change.

Jason Xing (3):
  trace: move to TP_STORE_ADDRS related macro to net_probe_common.h
  trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()
  trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()

 include/trace/events/net_probe_common.h | 29 ++++++++++++++++++++
 include/trace/events/sock.h             | 35 ++++---------------------
 include/trace/events/tcp.h              | 29 --------------------
 3 files changed, 34 insertions(+), 59 deletions(-)

Comments

Jakub Kicinski March 11, 2024, 11:21 p.m. UTC | #1
On Sun, 10 Mar 2024 20:14:03 +0800 Jason Xing wrote:
> Using the macro for other tracepoints use to be more concise.
> No functional change.

The merge window for 6.9 has started and we try not to apply patches 
to net-next during the merge window. Please repost in 2 weeks, once
Linus has tagged v6.9-rc1.