svn commit: r219042 - in head/sys: kern sys

John Baldwin jhb at freebsd.org
Fri Feb 25 22:22:46 UTC 2011


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


More information about the svn-src-head mailing list