Query: trace_softirq_entry
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE_SOFTIRQ_ENTRY(9) IRQ TRACE_SOFTIRQ_ENTRY(9)NAMEtrace_softirq_entry - called immediately before the softirq handlerSYNOPSISvoid trace_softirq_entry(struct softirq_action * h, struct softirq_action * vec);ARGUMENTSh pointer to struct softirq_action vec pointer to first struct softirq_action in softirq_vec arrayDESCRIPTIONThe h parameter, contains a pointer to the struct softirq_action which has a pointer to the action handler that is called. By subtracting the vec pointer from the h pointer, we can determine the softirq number. Also, when used in combination with the softirq_exit tracepoint we can determine the softirq latency.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 TRACE_SOFTIRQ_ENTRY(9)
Related Man Pages |
---|
device_create(9) - centos |
device_create_with_groups(9) - centos |
ccw_device_start_key(9) - suse |
securityfs_create_file(9) - suse |
struct_irq_desc(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Change directory error |
Tar Command |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |