HomeFreeBSD

vnode_if: Remove some branching around SDT probes in VOP wrappers

Description

vnode_if: Remove some branching around SDT probes in VOP wrappers

Now that SDT is implemented using hot-patching, SDT_PROBE* no longer
introduces a branch instruction, so the SDT_PROBES_ENABLED() check in
each VOP_*_APV() is not really worth preserving.

Reviewed by: olce, kib
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D50423

Details

Provenance
markjAuthored on May 22 2025, 2:37 PM
Reviewer
olce
Differential Revision
D50423: vnode_if: Remove some branching around SDT probes in VOP wrappers
Parents
rG30fd79b0c0a3: sndctl(8): Fix dp->realtime
Branches
Unknown
Tags
Unknown