I'm working on adding utrace support to systemtap
(http://sourceware.org/systemtap/).  I've got an implementation question
I'd like an opinion on.

I've got the situation of wanting multiple handlers called on the same
utrace event on the same thread.

So, are there advantages/disadvantages to having:

(1) multiple engines attached to the same thread (1 engine per handler)

vs.

(2) 1 engine attached to the thread (the 1 handler function calling
multiple sub-functions)

Thanks for the help.

-- 
David Smith
[EMAIL PROTECTED]
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

Reply via email to