aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-utils.h
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2014-01-15 10:45:27 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2014-01-15 15:10:36 -0300
commite825e756f84eab0e68d7d6644c018c3412748406 (patch)
treed128b991d235fc7b09cf046929ce4438b104b5b3 /tools/lib/traceevent/event-utils.h
parenttools lib traceevent: Get rid of malloc_or_die() in trace_seq_init() (diff)
downloadlinux-dev-e825e756f84eab0e68d7d6644c018c3412748406.tar.xz
linux-dev-e825e756f84eab0e68d7d6644c018c3412748406.zip
tools lib traceevent: Get rid of die() finally!!
Now all of its users were gone. :) Signed-off-by: Namhyung Kim <namhyung@kernel.org> Reviewed-by: Jiri Olsa <jolsa@redhat.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1389750340-15965-5-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/lib/traceevent/event-utils.h')
-rw-r--r--tools/lib/traceevent/event-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/lib/traceevent/event-utils.h b/tools/lib/traceevent/event-utils.h
index e76c9acb92cd..d1dc2170e402 100644
--- a/tools/lib/traceevent/event-utils.h
+++ b/tools/lib/traceevent/event-utils.h
@@ -23,18 +23,14 @@
#include <ctype.h>
/* Can be overridden */
-void die(const char *fmt, ...);
-void *malloc_or_die(unsigned int size);
void warning(const char *fmt, ...);
void pr_stat(const char *fmt, ...);
void vpr_stat(const char *fmt, va_list ap);
/* Always available */
-void __die(const char *fmt, ...);
void __warning(const char *fmt, ...);
void __pr_stat(const char *fmt, ...);
-void __vdie(const char *fmt, ...);
void __vwarning(const char *fmt, ...);
void __vpr_stat(const char *fmt, ...);