1. NAME

trace_softirq_raise - called immediately when a softirq is raised

2. SYNOPSIS

void trace_softirq_raise(unsigned int  vec_nr );

3. ARGUMENTS

vec_nr
    softirq vector number

4. DESCRIPTION

When used in combination with the softirq_entry tracepoint we can determine the softirq raise to run latency.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT