On Friday, February 25, 2011 5:05:33 pm Dmitry Chagin wrote: > Author: dchagin > Date: Fri Feb 25 22:05:33 2011 > New Revision: 219042 > URL: http://svn.freebsd.org/changeset/base/219042 > > Log: > Introduce preliminary support of the show description of the ABI of > traced process by adding two new events which records value of process > sv_flags to the trace file at process creation/execing/exiting time. > > MFC after: 1 Month.
Hmm, I don't find ktrace_submitrequest_ne() an intuitive name (took a bit to figure out 'not-entered', and it doesn't map well between getrequest() (where it means 'already-entered') and submitrequest ('don't exit')). I would rather only have submitrequest() and getrequest() and push the ktrace_enter() and ktrace_exit() into all the callers. -- John Baldwin _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"