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