trace_softirq_entry(9) called immediately before the softirq handler

SYNOPSIS

void trace_softirq_entry(unsigned int vec_nr);

ARGUMENTS

vec_nr

softirq vector number

DESCRIPTION

When used in combination with the softirq_exit tracepoint we can determine the softirq handler runtine.

AUTHORS

Jason Baron <[email protected]>

Author.

William Cohen <[email protected]>

Author.

COPYRIGHT