函数逻辑报告 |
Source Code:kernel\locking\lockdep.c |
Create Date:2022-07-27 10:51:00 |
Last Modify:2020-03-17 14:16:01 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:debug_show_all_locks
函数原型:void debug_show_all_locks(void)
返回类型:void
参数:无
5332 | 打印警告信息("INFO: lockdep is turned off.\n") |
5333 | 返回 |
5335 | 打印警告信息("\nShowing all locks held in the system:\n") |
5339 | 如果非lockdep_depth则继续下一循环 |
5341 | lockdep_print_held_locks(p) |
5347 | 打印警告信息("\n") |
5348 | 打印警告信息("=============================================\n\n") |
名称 | 描述 |
---|---|
show_state_filter | |
__lock_acquire | This gets called for every mutex_lock*()/spin_lock*() operation |
debug_rt_mutex_print_deadlock | |
check_hung_uninterruptible_tasks | Check whether a TASK_UNINTERRUPTIBLE does not get woken up for* a really long time (120 seconds). If that happens, print out* a warning. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |