Module Name: src Committed By: riastradh Date: Sat Jun 29 02:18:36 UTC 2024
Modified Files: src/sys/net: if_stats.c if_stats.h Log Message: if_stats(9): New dtrace probes on if_statinc/dec/add/sub. Note: This doesn't apply to if_statinc/dec/add/sub_ref, because we don't have the ifp passed through. To be done in a separate commit which also adjusts all drivers. PR kern/58377 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/net/if_stats.c cvs rdiff -u -r1.3 -r1.4 src/sys/net/if_stats.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.