diff options
author | hunt <hunt> | 2005-06-27 18:07:32 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-06-27 18:07:32 +0000 |
commit | 07aa4b3863b5bf4a8c62f7dab767ecfd8ebecfc2 (patch) | |
tree | bfc38e9a2daec31b78c892c3b1acb71ebb8420af /runtime/Doxyfile | |
parent | ec4373ff517576f1c99aa93980d5e0b211c5071d (diff) | |
download | systemtap-steved-07aa4b3863b5bf4a8c62f7dab767ecfd8ebecfc2.tar.gz systemtap-steved-07aa4b3863b5bf4a8c62f7dab767ecfd8ebecfc2.tar.xz systemtap-steved-07aa4b3863b5bf4a8c62f7dab767ecfd8ebecfc2.zip |
2005-06-27 Martin Hunt <hunt@redhat.com>
* Doxyfile (PREDEFINED): Added USE_RET_PROBES.
* probes.c (_stp_register_kretprobes): New function.
(_stp_unregister_kretprobes): New function.
Diffstat (limited to 'runtime/Doxyfile')
-rw-r--r-- | runtime/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |