函数逻辑报告 |
Source Code:include\linux\hash.h |
Create Date:2022-07-27 06:43:38 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:hash_ptr
函数原型:static inline u32 hash_ptr(const void *ptr, unsigned int bits)
返回类型:u32
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| const void * | ptr | |
| unsigned int | bits |
| 名称 | 描述 |
|---|---|
| get_kprobe | This routine is called either:* - under the kprobe_mutex - during kprobe_[un]register()* OR* - with preemption disabled - from arch/xxx/kernel/kprobes.c |
| kretprobe_hash_lock | |
| kretprobe_hash_unlock | |
| kprobe_flush_task | This function is called from finish_task_switch when task tk becomes dead,* so that we can recycle any function-return probe instances associated* with this task. These left over instances represent probed functions |
| register_kprobe |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |