perf tools: Add lsdir() helper to read a directory
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Tue, 26 Apr 2016 09:02:42 +0000 (18:02 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Apr 2016 16:14:55 +0000 (13:14 -0300)
commite1ce726e1db2522b4848b3acffb7ece12439517c
tree4aa431756eb86d941aeffd06d955a681c3a3eb8d
parent062d6c2aec0e087be956494a73221c04eca115fe
perf tools: Add lsdir() helper to read a directory

As a utility function, add lsdir() which reads given directory and store
entry name into a strlist.  lsdir accepts a filter function so that user
can filter out unneeded entries.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20160426090242.11891.79014.stgit@devbox
[ Do not use the 'dirname' it is used in some distros ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.c
tools/perf/util/util.h
This page took 0.030242 seconds and 5 git commands to generate.