]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix style issues around existing SDT probes.
authormarkj <markj@FreeBSD.org>
Wed, 16 Dec 2015 23:39:27 +0000 (23:39 +0000)
committermarkj <markj@FreeBSD.org>
Wed, 16 Dec 2015 23:39:27 +0000 (23:39 +0000)
commitfa1b8e9a4f8f45f1d5675a9f3cb1fd6c504ccbc3
tree76bad87288933c1e1da6401e046cbcc61703d1fd
parentf64eb0a1eff489953daa256595df542b0f8aeffd
Fix style issues around existing SDT probes.

- Use SDT_PROBE<N>() instead of SDT_PROBE(). This has no functional effect
  at the moment, but will be needed for some future changes.
- Don't hardcode the module component of the probe identifier. This is
  set automatically by the SDT framework.

MFC after: 1 week
15 files changed:
sys/cam/ctl/ctl_backend_block.c
sys/compat/linux/linux_dtrace.h
sys/kern/kern_exec.c
sys/kern/kern_exit.c
sys/kern/kern_fork.c
sys/kern/kern_proc.c
sys/kern/kern_racct.c
sys/kern/kern_sig.c
sys/kern/kern_timeout.c
sys/kern/vfs_cache.c
sys/netinet/in_kdtrace.c
sys/netinet/in_kdtrace.h
sys/netinet/sctp_cc_functions.c
sys/security/mac/mac_framework.c
sys/security/mac/mac_internal.h