Name
trace_softirq_exit —
called immediately after the softirq handler returns
Synopsis
void trace_softirq_exit ( | unsigned int vec_nr) ; |
Arguments
vec_nr
softirq vector number
Description
When used in combination with the softirq_entry tracepoint
we can determine the softirq handler routine.