#undef TRACE_SYSTEM #define TRACE_SYSTEM nmi #if !defined(_TRACE_NMI_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_NMI_H #include <linux/ktime.h> #include <linux/tracepoint.h> 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 <trace/define_trace.h> main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'> <input type='hidden' name='id' value='dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'/><select name='h' onchange='this.form.submit();'> <option value='emaclite-cleanup'>emaclite-cleanup</option> <option value='master'>master</option> <option value='nds-private-remove' selected='selected'>nds-private-remove</option> <option value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/net/irda/ircomm/Kconfig?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/net/irda/ircomm/Kconfig?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/net/irda/ircomm/Kconfig?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/net/irda/ircomm/Kconfig?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/net/irda/ircomm/Kconfig'> <input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/net?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>net</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/irda?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>irda</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/irda/ircomm?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>ircomm</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/irda/ircomm/Kconfig?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764'>Kconfig</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/net/irda/ircomm/Kconfig?h=nds-private-remove&id=dd192494e6ed5fb29e75c82cc8dc40f9e7f1f764&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>