commit | fcd321138ff9b11c0264947378b375950c2d20d5 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Thu Dec 19 18:24:23 2013 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Thu Jan 09 22:38:25 2014 +0900 |
tree | 77cc1662e54bf0ad29f077c9d0a174d16891d571 | |
parent | d5a31f1502f57fbaab078cd85022717516a0d909 [diff] |
tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init() Use plain malloc() and check its return value. Acked-by: Jiri Olsa <jolsa@redhat.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>