Lines Matching refs:cfg
87 cfg = yaml.load(args.config)
97 for key, pattern in cfg['events'].iteritems()}
99 for key, pattern in cfg['timings'].iteritems()}
101 for key, pattern in cfg['shutdown_events'].iteritems()}
122 args, search_events_pattern, timing_events_pattern, shutdown_events_pattern, cfg,\
295 def iterate(args, search_events_pattern, timings_pattern, shutdown_events_pattern, cfg, error_time,\ argument
334 if ('time_correction_key' in cfg
335 and cfg['time_correction_key'] in logcat_events):
336 match = search_events[cfg['time_correction_key']].search(
337 logcat_events[cfg['time_correction_key']])
338 if match and logcat_event_time[cfg['time_correction_key']]:
340 time_correction_time = logcat_event_time[cfg['time_correction_key']]
453 fs_stat_pattern = cfg["events"]["FsStat"]