函数逻辑报告 |
Source Code:include\linux\sched.h |
Create Date:2022-07-27 06:58:36 |
Last Modify:2021-07-28 10:30:23 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available:
函数原型:static inline void set_tsk_thread_flag(struct task_struct *tsk, int flag)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | tsk | |
int | flag |
名称 | 描述 |
---|---|
do_debug | Our handling of the processor debug registers is non-trivial.* We do not clear them on entry and exit from the kernel. Therefore* it is possible to get a watchpoint trap here from inside the kernel.* However, the code in |
speculation_ctrl_update_tif | |
fpu__copy | |
enable_single_step | Enable single-stepping. Return nonzero if user mode is not using TF itself. |
set_task_blockstep | |
task_update_spec_tif | |
ptrace_resume | |
recalc_sigpending_tsk | |
calculate_sigpending | |
signal_wake_up_state | Tell a process that it has a new active signal |
klp_start_transition | Start the transition to the specified target patch state so tasks can begin* switching to it. |
audit_alloc | 安全审计 |
seccomp_assign_mode | |
uprobe_deny_signal | If we are singlestepping, then ensure this thread is not connected to* non-fatal signals until completion of singlestep. When xol insn itself* triggers the signal, restart the original insn even if the task is |
user_return_notifier_register | Request a notification when the current cpu returns to userspace. Must be* called in atomic context. The notifier will also be called in atomic* context. |
context_tracking_cpu_set | |
restart_syscall | |
set_tsk_need_resched | 设置进程需要被调度出去的标志 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |