Lines Matching refs:options
67 options, args = None, None variable
271 global dom_in_use, options
399 if options.allocated:
411 if options.blocked:
431 if options.waited:
451 if options.excount:
464 if options.iocount:
564 global options
577 outfiles[dom] = Delayed("%s-dom%d.log" % (options.prefix, dom), 'w')
580 while options.duration == 0 or interval < (options.duration * 1000):
610 outfiles[i].rename("%s-idle.log" % options.prefix)
612 outfiles[i].rename("%s-dom%d.log" % (options.prefix, domid))
629 [h1,l1, f1] = summarize(startat, endat, options.interval * 10**6, samples)
647 time.sleep(options.interval / 1000.0)
654 global options
660 options.mspersample)
669 global options
687 (options, args) = parser.parse_args()
691 if options.mspersample < 0:
693 options.mspersample)
695 if not options.live and options.duration != 0 and \
696 options.mspersample > options.duration * 1000:
698 (options.duration * 1000))
701 if options.live:
702 show_livestats(options.cpu)