105a106,107
> option("--debug-end", metavar="TICK", type='int',
> help="End debug output at TICK")
350a353,357
> if options.debug_end:
> check_tracing()
> e = event.create(trace.disable, event.Event.Debug_Enable_Pri)
> event.mainq.schedule(e, options.debug_end)
>