Function report |
Source Code:kernel\watchdog_hld.c |
Create Date:2022-07-28 11:45:48 |
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_stop - Globally stop watchdog events* Special interface for x86 to handle the perf HT bug.
Proto:void __init hardlockup_detector_perf_stop(void)
Type:void
Parameter:Nothing
250 | lockdep_assert_cpus_held() |
252 | for_each_online_cpu(cpu) |
253 | event = per_cpu(watchdog_ev, cpu) |
255 | If event Then perf_event_disable(event) |
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 |