X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libtracing%2Ftracercore.h;h=e5ff00f78edc8c0aa4264a2d79b1f2ae7398707d;hb=8cefc1450e2d929de5d2878518e7b8b2b77ff755;hp=3207f915727fe65bc77ca3b0ef2e74e68d35306e;hpb=b6bf28ecd4c07e7865d340f1600a35d6edc05ec8;p=ust.git diff --git a/libtracing/tracercore.h b/libtracing/tracercore.h index 3207f91..e5ff00f 100644 --- a/libtracing/tracercore.h +++ b/libtracing/tracercore.h @@ -35,8 +35,10 @@ struct dentry *get_ltt_root(void); /* Keep track of trap nesting inside LTT */ //ust// DECLARE_PER_CPU(unsigned int, ltt_nesting); +extern unsigned int ltt_nesting; typedef int (*ltt_run_filter_functor)(void *trace, uint16_t eID); +//typedef int (*ltt_run_filter_functor)(void *, __u16); extern ltt_run_filter_functor ltt_run_filter;