#undef TRACE_SYSTEM #define TRACE_SYSTEM nmi #if !defined(_TRACE_NMI_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_NMI_H #include #include TRACE_EVENT(nmi_handler, TP_PROTO(void *handler, s64 delta_ns, int handled), TP_ARGS(handler, delta_ns, handled), TP_STRUCT__entry( __field( void *, handler ) __field( s64, delta_ns) __field( int, handled ) ), TP_fast_assign( __entry->handler = handler; __entry->delta_ns = delta_ns; __entry->handled = handled; ), TP_printk("%ps() delta_ns: %lld handled: %d", __entry->handler, __entry->delta_ns, __entry->handled) ); #endif /* _TRACE_NMI_H */ /* This part ust be outside protection */ #include in'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
t name='context' onchange='this.form.submit();'>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-03 22:19:15 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-03 22:19:15 +0100
commit424414947da3dd5cb0d60e4f299f7c51e472ae77 (patch)
treea4067480c4256c80ae8f8438a3e4bb88e32050bc /include/scsi/fc
parenta3683e0c1410c5c8136a7a93b0336ce88d3b893a (diff)
parentd07830db1bdb254e4b50d366010b219286b8c937 (diff)
Merge tag 'usb-serial-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.10-rc7 One more device ID for pl2303. Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'include/scsi/fc')