From: Masami Hiramatsu Date: Mon, 12 Apr 2010 17:17:56 +0000 (-0400) Subject: perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c X-Git-Tag: v2.6.35-rc1~522^2~102^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b95dadc8a1d2c302513e5fa24c492380d26e93;p=pandora-kernel.git perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c Remove all xstr*dup() calls from util/probe-{event,finder}.c since it may cause 'sudden death' in utility functions and it makes reusing it from other code difficult. Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Frederic Weisbecker LKML-Reference: <20100412171756.3790.89607.stgit@localhost6.localdomain6> Signed-off-by: Masami Hiramatsu Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed