Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move trace-seq header into parse-events.h | Steven Rostedt | 2009-11-24 |
| | | | | | | | The functions for trace-seq are moving into the parse-events library. We need to keep the headers more consolidated. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> | ||
* | Remove unused functions from trace-seq | Steven Rostedt | 2009-11-24 |
| | | | | | | trace_seq_putmem* and trace_seq_reserve are not used by the parser. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> | ||
* | Add trace-seq | Steven Rostedt | 2009-11-16 |
The trace-seq is a nice utility I wrote for Linux. It makes a page size buffer that that can be written to with a printf,puts,putc interface. This is perfect for having the same routine write the same type of output, and used separately. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> |