To set specific trace points, use the following command:
f server,tracespecific=n | (n,...)
Example 1: The following command will turn on the specific trace point 04006001:
f bbo5acr,tracespecific=04006001
Example 2: The following command will turn on the specific trace points 04006001 and 04006027:
f bbo5acr,tracespecific=(04006001,04006027)
Example 3: The following command will turn on the specific trace points set in the environment variable tracepoints:
f bbo5acr,tracespecific='tracepoints'