aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-05-16 23:44:11 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-05-16 23:44:11 -0400
commit4e87ccced9533fac1e943bcb9e88e1f580f01b1a (patch)
treeaccf4fefbbd2094d3c53aff1db5f14b17596e6a3 /include/linux
parent0a460221dc2e0338f08ce7421cae7a4763412375 (diff)
Insert trigger for enter_np()/exit_np() tracing.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/trace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/trace.h b/include/linux/trace.h
index e241ed45be..ae3fd3bfce 100644
--- a/include/linux/trace.h
+++ b/include/linux/trace.h
@@ -48,6 +48,11 @@ asmlinkage void save_timestamp(unsigned long event);
48#define TS_PLUGIN_TICK_START TIMESTAMP(130) 48#define TS_PLUGIN_TICK_START TIMESTAMP(130)
49#define TS_PLUGIN_TICK_END TIMESTAMP(131) 49#define TS_PLUGIN_TICK_END TIMESTAMP(131)
50 50
51#define TS_ENTER_NP_START TIMESTAMP(140)
52#define TS_ENTER_NP_END TIMESTAMP(141)
53
54#define TS_EXIT_NP_START TIMESTAMP(150)
55#define TS_EXIT_NP_END TIMESTAMP(151)
51 56
52 57
53#endif /* !_SYS_TRACE_H_ */ 58#endif /* !_SYS_TRACE_H_ */