trace_softirq_raise (9) - Linux Manuals

trace_softirq_raise: called immediately when a softirq is raised

NAME

trace_softirq_raise - called immediately when a softirq is raised

SYNOPSIS

void trace_softirq_raise(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 raise to run latency.

AUTHORS

Jason Baron <jbaron [at] redhat.com>

Author.

William Cohen <wcohen [at] redhat.com>

Author.

COPYRIGHT