The recommended formats for such strings are as follows:
DESC="name Pre-Invocation", DESC="name Post-Invocation",
where:
name
is the system component (in parentheses) followed by the entry point name of the procedure.
identifies this tracepoint as an entry point, that is, before the function has been executed.
identifies this tracepoint as a return point from the function.
The words Pre-Invocation and Post-Invocation are not mandatory, merely recommendations to be compatible with the base OS/2 tracepoints, when formatted. If a tracepoint is inserted in the middle of a procedure it will be appropriate to use different wording. The Trace Customizer does not check the wording.
An example of pre-invocation and post-invocation tracepoints follow:
TRACE MINOR=0x0001, TP=.DosOpen, DESC="(OS) DosOpen Pre-Invocation",..... TRACE MINOR=0x8001, TP=.DosOpen,RETEP, DESC="(OS) DosOpen Post-Invocation",.....