Function report |
Source Code:include\linux\sched.h |
Create Date:2022-07-28 05:59:46 |
Last Modify:2021-07-28 10:30:23 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available:
Proto:static inline void set_tsk_thread_flag(struct task_struct *tsk, int flag)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | tsk | |
int | flag |
Name | Describe |
---|---|
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 | audit_alloc - allocate an audit context block for a task*@tsk: task* Filter on the task information and allocate a per-task audit context* if necessary. Doing so turns on system call auditing for the* specified task |
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 |
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 |