This example shows how to exclude specific trace points using scripting.
To exclude specific trace points, use the following command:
f server,trace_exclude_specific=n | (n,...)
Example: The
tracespecific command below turns on tracing
for a whole part and then the
trace_exclude_specific turns off tracing
for the point 04006031 within that part.:
f bbo6acr,tracespecific=04006000
f bbo6acr,trace_exclude_specific=04006031