Function report |
Source Code:kernel\watchdog_hld.c |
Create Date:2022-07-28 11:45:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hardlockup_detector_perf_init - Probe whether NMI event is available at all
Proto:int __init hardlockup_detector_perf_init(void)
Type:int
Parameter:Nothing
287 | ret = hardlockup_detector_event_create() |
289 | If ret Then |
290 | pr_info("Perf NMI watchdog permanently disabled\n") |
291 | Else |
293 | this_cpu_write(watchdog_ev, NULL) |
295 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |