1. NAME

trace_signal_generate - called when a signal is generated

2. SYNOPSIS

void trace_signal_generate(int  sig , struct siginfo *  info , struct task_struct *  task , int  group , int  result );

3. ARGUMENTS

sig
    signal number

info
    pointer to struct siginfo

task
    pointer to struct task_struct

group
    shared or private

result
    TRACE_SIGNAL_*

4. DESCRIPTION

Current process sends a AqsigAq signal to AqtaskAq process with AqinfoAq siginfo. If AqinfoAq is SEND_SIG_NOINFO or SEND_SIG_PRIV, AqinfoAq is not a pointer and you canAqt access its field. Instead, SEND_SIG_NOINFO means that si_code is SI_USER, and SEND_SIG_PRIV means that si_code is SI_KERNEL.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT