Date: Sat, 27 Mar 2010 17:29:50 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net vnet.c Message-ID: <201003271746.o2RHkNRp070517@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-03-27 17:29:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net vnet.c Log: SVN rev 205751 on 2010-03-27 17:29:50Z by bz MFC r203727: Add an SDT provider for "vnet"s along with probes for vnet_alloc and vnet_destroy. Use the line number rather than NULL as dummy argument. Note: the fbt provider does not reliably provide :return probes (depending on optimization levels used at compile time) making it unusable for scripts to generate complete call-traces with well defined boundaries over allocations or destructions of virtual network stacks. Revision Changes Path 1.8.2.5 +14 -0 src/sys/net/vnet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003271746.o2RHkNRp070517>