diff options
Diffstat (limited to 'runtime/docs/html/TODO-source.html')
-rw-r--r-- | runtime/docs/html/TODO-source.html | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/runtime/docs/html/TODO-source.html b/runtime/docs/html/TODO-source.html deleted file mode 100644 index ff8d219b..00000000 --- a/runtime/docs/html/TODO-source.html +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>SystemTap: TODO Source File</title> -<link href="doxygen.css" rel="stylesheet" type="text/css"> -</head><body> -<!-- Generated by Doxygen 1.4.1 --> -<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> -<h1>TODO</h1><a href="TODO.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/**</span> -00002 <span class="comment">@file TODO</span> -00003 <span class="comment">@brief To-Do List</span> -00004 <span class="comment"></span> -00005 <span class="comment">***** STPD *****</span> -00006 <span class="comment"></span> -00007 <span class="comment">@todo stpd needs an option to disable ANSI colors.</span> -00008 <span class="comment"></span> -00009 <span class="comment">@todo stpd needs to be able to write netlink REALTIME_DATA to a file.</span> -00010 <span class="comment"></span> -00011 <span class="comment">@todo stpd/stp/io.c stpd needs better startup/shutdown integration with io.c in runtime. </span> -00012 <span class="comment">Shutdown works, but isn't very clean. Currently the stp script loads the module, then</span> -00013 <span class="comment">starts stpd. Data is lost until stpd is active. Maybe stpd needs to load the module. </span> -00014 <span class="comment">Maybe it needs to signal the module that stpd is ready and the module can proceed to load the probes.</span> -00015 <span class="comment"></span> -00016 <span class="comment">@todo stpd/stp - What if there are multiple probes running? </span> -00017 <span class="comment"></span> -00018 <span class="comment">@todo stpd/stp - Need something to post-process relayfs files and integrate into a single file.</span> -00019 <span class="comment"></span> -00020 <span class="comment">@todo stpd - Implement command that runtime can send to stpd to tell it to fork a specified program and pass</span> -00021 <span class="comment">the output from the probe module to it. Create example probe to use it.</span> -00022 <span class="comment"></span> -00023 <span class="comment">***** relayfs *****</span> -00024 <span class="comment">@todo relayfs/build - figure out how to get rid of the linker warnings when building probes. </span> -00025 <span class="comment"></span> -00026 <span class="comment">***** runtime *****</span> -00027 <span class="comment">@todo runtime - Clean up #defines. Need to have a clearer way to have the probe writer (translator) </span> -00028 <span class="comment">see which defines affect what and all defines should have reasonable defaults.</span> -00029 <span class="comment"></span> -00030 <span class="comment">@todo runtime - current.c - implement a memory dump function. Does a hex dump into String or print buffer.</span> -00031 <span class="comment">@todo runtime - put wrappers around current task struct entries, like pid, ppid, comm, etc.</span> -00032 <span class="comment">@todo runtime - Implement stack functions for kprobes (not just jprobes)</span> -00033 <span class="comment"></span> -00034 <span class="comment">*/</span> -</pre></div></body></html> |