Function report |
Source Code:include\trace\events\signal.h |
Create Date:2022-07-28 09:14:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:signal_deliver - called when a signal is delivered*@sig: signal number*@info: pointer to struct siginfo*@ka: pointer to struct k_sigaction* A 'sig' signal is delivered to current process with 'info' siginfo,* and it will be handled by 'ka'
Proto:static inline void trace_signal_deliver(int sig, struct kernel_siginfo *info, struct k_sigaction *ka)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
struct kernel_siginfo * | info | |
struct k_sigaction * | ka |
NULL
Name | Describe |
---|---|
get_signal |
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 |