X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracercore.h;h=3113383cfd69184e52cd06f1a81f3b47566f8472;hb=b73a4c471dc987ea8548632dffb3c7050de77dd0;hp=5a088db65e4e2c5c4e81ec91ecb640da7897aed5;hpb=058a68cbea07bb2b276c12212ea6129f166b2893;p=ust.git diff --git a/libust/tracercore.h b/libust/tracercore.h index 5a088db..3113383 100644 --- a/libust/tracercore.h +++ b/libust/tracercore.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LTT_CORE_H -#define LTT_CORE_H +#ifndef UST_TRACERCORE_H +#define UST_TRACERCORE_H #include //ust// #include @@ -41,11 +41,6 @@ struct ltt_traces { extern struct ltt_traces ltt_traces; -/* - * get dentry of ltt's root dir - */ -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; @@ -93,4 +88,4 @@ static inline int ltt_get_alignment(void) } #endif /* defined(CONFIG_LTT) && defined(CONFIG_LTT_ALIGNMENT) */ -#endif /* LTT_CORE_H */ +#endif /* UST_TRACERCORE_H */