Home
last modified time | relevance | path

Searched refs:MonitorType (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/verification/dot2/
H A Ddot2k.py21 def __init__(self, file_path, MonitorType, extra_params={}): argument
29 if MonitorType:
41 self.monitor_type = self.monitor_types.get(MonitorType)
43 raise ValueError("Unknown monitor type: %s" % MonitorType)
44 self.monitor_type = MonitorType