From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/TODO.html | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 runtime/docs/html/TODO.html (limited to 'runtime/docs/html/TODO.html') diff --git a/runtime/docs/html/TODO.html b/runtime/docs/html/TODO.html deleted file mode 100644 index e5771873..00000000 --- a/runtime/docs/html/TODO.html +++ /dev/null @@ -1,42 +0,0 @@ - - -SystemTap: TODO File Reference - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

TODO File Reference

To-Do List. More... -

- -

-Go to the source code of this file. - -
-


Detailed Description

-To-Do List. -

-STPD *****

-

Todo:
stpd needs an option to disable ANSI colors.
-

-

Todo:
stpd needs to be able to write netlink REALTIME_DATA to a file.
-

-

Todo:
stpd/stp/io.c stpd needs better startup/shutdown integration with io.c 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.
-

-

Todo:
stpd/stp - What if there are multiple probes running?
-

-

Todo:
stpd/stp - Need something to post-process relayfs files and integrate into a single file.
-

-

Todo:
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.
-relayfs *****

-

Todo:
relayfs/build - figure out how to get rid of the linker warnings when building probes.
-runtime *****

-

Todo:
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.
-

-

Todo:
runtime - current.c - implement a memory dump function. Does a hex dump into String or print buffer.
-

-

Todo:
runtime - put wrappers around current task struct entries, like pid, ppid, comm, etc.
-

-

Todo:
runtime - Implement stack functions for kprobes (not just jprobes)
- -

-Definition in file TODO. -- cgit