Hmm. From the various suggestions involving "call" I guess I have a different mental model or failed to communicate mine clearly.
The problem I am thinking about here is a user interface for event turns. Our current implementation has a 'scrubber' bar with a box for every turn. For example, the load event or a click event gets a box. (We also add boxes for warnings and errors).
As you select a turn a panel drops down and gives more info about the turn, including the entry point function and arguments, but also including the turn that added the entry point and any 'potential' turns that could be triggered from entry points added in this turn.
So I am looking for a way to label the incoming and outgoing edges of the event turn graph node corresponding to one event turn. That is why I keep discarding XXX-call and turning them into XXX-turn labels. That is, I am looking for a label for the turn containing the origin-call-site or registration-call.
Maybe the message is: I should be offering the call-site rather than the turn containing the call site. (Much harder to obtain unfortunately).
Thanks for all of the input!
jjb