projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tracing, net, skb tracepoint: make skb tracepoint use the TRACE_EVENT() macro
[linux-2.6]
/
include
/
trace
/
irq.h
1
#ifndef _TRACE_IRQ_H
2
#define _TRACE_IRQ_H
3
4
#include <linux/interrupt.h>
5
#include <linux/tracepoint.h>
6
7
#include <trace/irq_event_types.h>
8
9
#endif