1. NAME

trace_softirq_exit - called immediately after the softirq handler returns

2. SYNOPSIS

void trace_softirq_exit(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 handler runtine.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT