[PATCH 4/5] tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()

2014-01-06 Thread Namhyung Kim
Use plain malloc() and check its return value. Signed-off-by: Namhyung Kim --- tools/lib/traceevent/trace-seq.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/lib/traceevent/trace-seq.c b/tools/lib/traceevent/trace-seq.c index b139d55a6bf9..e858bfd3b104 100644

[PATCH 4/5] tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()

2014-01-06 Thread Namhyung Kim
Use plain malloc() and check its return value. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/lib/traceevent/trace-seq.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/lib/traceevent/trace-seq.c b/tools/lib/traceevent/trace-seq.c index