diff options
Diffstat (limited to 'runtime/docs/html/TODO.html')
-rw-r--r-- | runtime/docs/html/TODO.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/runtime/docs/html/TODO.html b/runtime/docs/html/TODO.html new file mode 100644 index 00000000..e5771873 --- /dev/null +++ b/runtime/docs/html/TODO.html @@ -0,0 +1,42 @@ +<!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 File Reference</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 File Reference</h1>To-Do List. <a href="#_details">More...</a> +<p> + +<p> +<a href="TODO-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> +<tr><td></td></tr> +</table> +<hr><a name="_details"></a><h2>Detailed Description</h2> +To-Do List. +<p> +STPD *****<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>stpd needs an option to disable ANSI colors. </dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>stpd needs to be able to write netlink REALTIME_DATA to a file. </dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>stpd/stp/io.c stpd needs better startup/shutdown integration with <a class="el" href="io_8c.html">io.c</a> in runtime. Shutdown works, but isn't very clean. Currently the stp script loads the module, then starts stpd. Data is lost until stpd is active. Maybe stpd needs to load the module. Maybe it needs to signal the module that stpd is ready and the module can proceed to load the probes. </dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>stpd/stp - What if there are multiple probes running? </dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>stpd/stp - Need something to post-process relayfs files and integrate into a single file. </dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>stpd - Implement command that runtime can send to stpd to tell it to fork a specified program and pass the output from the probe module to it. Create example probe to use it. </dd></dl> +relayfs ***** <p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>relayfs/build - figure out how to get rid of the linker warnings when building probes. </dd></dl> +runtime ***** <p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>runtime - Clean up #defines. Need to have a clearer way to have the probe writer (translator) see which defines affect what and all defines should have reasonable defaults. </dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>runtime - <a class="el" href="current_8c.html">current.c</a> - implement a memory dump function. Does a hex dump into String or print buffer.</dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>runtime - put wrappers around current task struct entries, like pid, ppid, comm, etc.</dd></dl> +<p> +<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>runtime - Implement stack functions for kprobes (not just jprobes) </dd></dl> + +<p> +Definition in file <a class="el" href="TODO-source.html">TODO</a>.</body></html> |