Home | History | Annotate | Download | only in tools

Lines Matching defs:max_events

7 #              [-M MAX_EVENTS] [-T] [-t] [-K] [-U] [-a] [-I header]
27 max_events = None
41 cls.max_events = args.max_events
573 if Probe.max_events is not None and \
574 Probe.event_count >= Probe.max_events: