tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()
authorNamhyung Kim <[email protected]>
Wed, 15 Jan 2014 01:45:26 +0000 (10:45 +0900)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 15 Jan 2014 18:10:32 +0000 (15:10 -0300)
commit504586e0954bcf9550dfdea37d3234174ed1d68f
tree8325e155e77b0282a3828000d2b244ca3b46eaf4
parent3026bba3c37711234771349ca020d9a85e572f60
tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()

Use plain malloc() and check its return value.

Signed-off-by: Namhyung Kim <[email protected]>
Reviewed-by: Jiri Olsa <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/lib/traceevent/trace-seq.c