1TRACE_SOFTIRQ_ENTRY(9) IRQ TRACE_SOFTIRQ_ENTRY(9)
23
4
NAME
6trace_softirq_entry - called immediately before the softirq handler
7
SYNOPSIS
9void trace_softirq_entry(unsigned int vec_nr);
10
ARGUMENTS
12vec_nr
13softirq vector number
14
DESCRIPTION
16When used in combination with the softirq_exit tracepoint we can
17determine the softirq handler runtine.
18
AUTHORS
20Jason Baron <jbaron@redhat.com>
21Author.
2223
William Cohen <wcohen@redhat.com>
24Author.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 TRACE_SOFTIRQ_ENTRY(9)