commit | 0b1de0be1eac7b23e89cb43c17b02d38ead6b6c8 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Mon May 18 09:30:17 2015 +0900 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Mon May 18 10:17:34 2015 -0300 |
tree | 447d4d7618d6d8911cdd5779918b1f44f63fe599 | |
parent | 86066064e3e545338e9b48b49256d5e51213915a [diff] |
perf tools: Add rm_rf() utility function The rm_rf() function does same as the shell command 'rm -rf' which removes all directory entries recursively. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1431909055-21442-3-git-send-email-namhyung@kernel.org Link: http://lkml.kernel.org/r/20150130150256.GF6188@krava.brq.redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>