From: Namhyung Kim Date: Mon, 9 Dec 2013 05:34:00 +0000 (+0900) Subject: tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc() X-Git-Tag: v3.14-rc1~171^2~15^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f24416331e9a507e953e90d4534e9a9802cbc12;p=pandora-kernel.git tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc() It returns NULL when allocation fails so the users should check the return value from now on. Signed-off-by: Namhyung Kim Reviewed-by: Steven Rostedt Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1386567251-22751-4-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed