aboutsummaryrefslogtreecommitdiffstats
path: root/parse-utils.c
Commit message (Collapse)AuthorAge
* trace-cmd/kernelshark/parse-events: Add const char to output functionsSteven Rostedt2010-06-11
| | | | | | Add const char *fmt to die, warning and pr_stat. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* parse-events: Add vpr_stat()Steven Rostedt2010-06-11
| | | | | | | Add a vpr_stat(const char *fmt, va_list ap) that can be overridden. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* parse-events: Move parse-event utils to separate fileSteven Rostedt2010-04-09
Move the util functions used by parse-events into a separate file and compile it with the libparsevents library. Also add "__die()" equivalent functions that are always available. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>