diff options
author | hunt <hunt> | 2005-03-21 21:47:54 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-21 21:47:54 +0000 |
commit | 33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71 (patch) | |
tree | 3d5346f8ba9553804b71806b94654ffe703f3b29 /runtime/README | |
parent | d14648baf61205e4259da53b383931f20c41c5bb (diff) | |
download | systemtap-steved-33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71.tar.gz systemtap-steved-33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71.tar.xz systemtap-steved-33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71.zip |
*** empty log message ***
Diffstat (limited to 'runtime/README')
-rw-r--r-- | runtime/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/runtime/README b/runtime/README index d7146655..824d35c3 100644 --- a/runtime/README +++ b/runtime/README @@ -37,9 +37,15 @@ * If maps overflow or memory runs out for some reason, globals are set but nothing is done yet. * I expect to implement a function to tell the system to either ignore it or unload the module and quit. * - * Working sample probe code using the runtime is in tests/test4_probe and tests/shellprobe. + * @section probe_sec Example Probes + * + * Working sample probe code using the runtime is in runtime/probes. * - * @todo The Runtime Library is not actually a library yet. It is just a collection of functions - * included in the probe boilerplate. + * + * @section todo_sec ToDo + * \link todo Click Here for Complete List \endlink + * The Runtime Library is not actually a library yet. It is just a collection of functions + * included in the probe boilerplate. Maybe it should stay that way to allow the translator + * more flexibility in what is included. * */ |