Home
last modified time | relevance | path

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

/linux/tools/verification/dot2/
H A Ddot2k.py19 monitor_type = "per_cpu" variable in dot2k
24 self.monitor_type = self.monitor_types.get(MonitorType)
25 if self.monitor_type is None:
28 self.monitor_type = MonitorType
106 return self.monitor_type.upper()
120 if self.monitor_type == "per_task":
143 monitor_type = self.fill_monitor_type()
150 main_c = main_c.replace("%%MONITOR_TYPE%%", monitor_type)
187 if self.monitor_type == "per_task":
192 if self.monitor_type == "per_task":
[all …]
H A Ddot2k31 monitor=dot2k(params.dot_file, params.monitor_type, vars(params))
/linux/drivers/ps3/
H A Dps3av.c671 pr_debug("monitor_type: %02x\n", info->monitor_type); in ps3av_monitor_info_dump()
770 switch (info->monitor_type) { in ps3av_auto_videomode()
/linux/arch/powerpc/include/asm/
H A Dps3av.h416 u8 monitor_type; member