Home
last modified time | relevance | path

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

/linux-6.15/tools/verification/dot2/
H A Ddot2k.py19 monitor_type = "per_cpu" variable in dot2k
41 self.monitor_type = self.monitor_types.get(MonitorType)
42 if self.monitor_type is None:
44 self.monitor_type = MonitorType
121 return self.monitor_type.upper()
143 if self.monitor_type == "per_task":
166 monitor_type = self.fill_monitor_type()
175 main_c = main_c.replace("%%MONITOR_TYPE%%", monitor_type)
215 if self.monitor_type == "per_task":
220 if self.monitor_type == "per_task":
[all …]
H A Ddot2k39 monitor=dot2k(params.dot_file, params.monitor_type, vars(params))
/linux-6.15/arch/powerpc/include/asm/
H A Dps3av.h416 u8 monitor_type; member
/linux-6.15/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()