passcount [n [num]]
passcount
command sets the
passcount of the most recently defined tracepoint. If no passcount is
given, the trace experiment will run until stopped explicitly by the
user.
Examples:
() passcount 5 2 // Stop on the 5th execution of tracepoint 2 () passcount 12 // Stop on the 12th execution of the // most recently defined tracepoint. () trace foo () pass 3 () trace bar () pass 2 () trace baz () pass 1 // Stop tracing when foo has been // executed 3 times OR when bar has // been executed 2 times // OR when baz has been executed 1 time.
Go to the first, previous, next, last section, table of contents.