Skip to content

Instantly share code, notes, and snippets.

@fcamel
Created November 12, 2017 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcamel/f945f27cf9136689aa8f0e825fcde2ba to your computer and use it in GitHub Desktop.
Save fcamel/f945f27cf9136689aa8f0e825fcde2ba to your computer and use it in GitHub Desktop.
$ stap -L 'kernel.function("tcp_advertise_mss").return'
$ stap -L 'kernel.function("tcp_advertise_mss").inline'
kernel.function("tcp_advertise_mss@/build/linux-3phnTq/linux-4.4.0/net/ipv4/tcp_output.c:121").inline
$ stap -L 'kernel.statement("tcp_advertise_mss@*:*")'
( No output )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment