https://github.com/torvalds/linux
Revision ca5ca227757d7da7f19092bce662b80c74dea507 authored by Linus Torvalds on 15 February 2023, 19:31:34 UTC, committed by Linus Torvalds on 15 February 2023, 19:31:34 UTC
Pull tracing fixlet from Steven Rostedt:
 "Make trace_define_field_ext() static.

  Just after the fix to TASK_COMM_LEN not converted to its value in
  trace_events was pulled, the kernel test robot reported that the
  helper function trace_define_field_ext() added to that change was only
  used in the file it was defined in but was not declared static.

  Make it a local function"

* tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: Make trace_define_field_ext() static
2 parent s e1c0451 + 70b5339
History
Tip revision: ca5ca227757d7da7f19092bce662b80c74dea507 authored by Linus Torvalds on 15 February 2023, 19:31:34 UTC
Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Tip revision: ca5ca22
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 636 bytes
addr.c -rw-r--r-- 8.7 KB
auth.c -rw-r--r-- 20.8 KB
auth_null.c -rw-r--r-- 2.7 KB
auth_unix.c -rw-r--r-- 5.5 KB
backchannel_rqst.c -rw-r--r-- 10.5 KB
cache.c -rw-r--r-- 45.8 KB
clnt.c -rw-r--r-- 78.8 KB
debugfs.c -rw-r--r-- 6.4 KB
fail.h -rw-r--r-- 495 bytes
netns.h -rw-r--r-- 976 bytes
rpc_pipe.c -rw-r--r-- 35.8 KB
rpcb_clnt.c -rw-r--r-- 27.5 KB
sched.c -rw-r--r-- 34.1 KB
socklib.c -rw-r--r-- 7.8 KB
socklib.h -rw-r--r-- 470 bytes
stats.c -rw-r--r-- 8.6 KB
sunrpc.h -rw-r--r-- 927 bytes
sunrpc_syms.c -rw-r--r-- 3.0 KB
svc.c -rw-r--r-- 40.2 KB
svc_xprt.c -rw-r--r-- 39.0 KB
svcauth.c -rw-r--r-- 5.4 KB
svcauth_unix.c -rw-r--r-- 22.9 KB
svcsock.c -rw-r--r-- 38.9 KB
sysctl.c -rw-r--r-- 3.5 KB
sysfs.c -rw-r--r-- 16.1 KB
sysfs.h -rw-r--r-- 1.1 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 57.6 KB
xprt.c -rw-r--r-- 54.9 KB
xprtmultipath.c -rw-r--r-- 16.4 KB
xprtsock.c -rw-r--r-- 83.8 KB

back to top