From 07aa4b3863b5bf4a8c62f7dab767ecfd8ebecfc2 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 27 Jun 2005 18:07:32 +0000 Subject: 2005-06-27 Martin Hunt * Doxyfile (PREDEFINED): Added USE_RET_PROBES. * probes.c (_stp_register_kretprobes): New function. (_stp_unregister_kretprobes): New function. --- runtime/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/Doxyfile') diff --git a/runtime/Doxyfile b/runtime/Doxyfile index fcf4f694..7ab816db 100644 --- a/runtime/Doxyfile +++ b/runtime/Doxyfile @@ -961,7 +961,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = __i386__ NEED_INT64_VALS NEED_STRING_VALS NEED_STAT_VALS KEY1_TYPE_INT64 +PREDEFINED = __i386__ NEED_INT64_VALS NEED_STRING_VALS NEED_STAT_VALS KEY1_TYPE_INT64 USE_RET_PROBES # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. -- cgit