Called immediately after the softirq handler returns
void trace_softirq_exit(unsigned int vec_nr);
vec_nr
softirq vector number
When used in combination with the softirq_entry tracepoint we can determine the softirq handler runtine.
Jason Baron <[email protected]>
Author.
William Cohen <[email protected]>