Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140823
b: refs/heads/master
c: 0ec2ef1
h: refs/heads/master
i:
  140821: ea9beb3
  140819: 2ce07f7
  140815: 75c7a7a
v: v3
  • Loading branch information
Steven Rostedt committed Feb 28, 2009
1 parent 5a7b4bf commit dae98e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b628b3e629b1436710e59a21cc020fbb04a52ce1
refs/heads/master: 0ec2ef1505b3e1f54b07bf64f184c92859c3e13f
5 changes: 5 additions & 0 deletions trunk/include/trace/irq_event_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# error Unless you know what you are doing.
#endif

#undef TRACE_SYSTEM
#define TRACE_SYSTEM irq

TRACE_FORMAT(irq_handler_entry,
TPPROTO(int irq, struct irqaction *action),
TPARGS(irq, action),
Expand All @@ -15,3 +18,5 @@ TRACE_FORMAT(irq_handler_exit,
TPARGS(irq, action, ret),
TPFMT("irq=%d handler=%s return=%s",
irq, action->name, ret ? "handled" : "unhandled"));

#undef TRACE_SYSTEM

0 comments on commit dae98e7

Please sign in to comment.