[PATCH 10/10] tools lib traceevent: Get rid of die() in some string conversion functions

2013-12-17 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Those functions stringify filter arguments. As caller of those functions handles NULL string properly, it seems that it's enough to return NULL rather than calling die(). Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim

[PATCH 10/10] tools lib traceevent: Get rid of die() in some string conversion functions

2013-12-17 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim namhy...@kernel.org Those functions stringify filter arguments. As caller of those functions handles NULL string properly, it seems that it's enough to return NULL rather than calling die(). Signed-off-by: Namhyung Kim namhy...@kernel.org Cc: Frederic Weisbecker