tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 8 Jan 2016 15:33:37 +0000 (12:33 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 8 Jan 2016 15:35:46 +0000 (12:35 -0300)
commit915b0882c3108a21e9b3b5e176d3151ad522242d
treea14074f90fa12b1c0e3cca660397b8400cec58e7
parent64af4e0da419ef9e9db0d34a3b5836adbf90a5e8
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/

So that lib/find_bit.c doesn't requires anything inside tools/perf/

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: George Spelvin <linux@horizon.com
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: Yury Norov <yury.norov@gmail.com>
Link: http://lkml.kernel.org/n/tip-7lxe7jgohaac5faodndhdmvk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/linux/bitmap.h [new file with mode: 0644]
tools/lib/bitmap.c [new file with mode: 0644]
tools/perf/util/Build
tools/perf/util/bitmap.c [deleted file]
tools/perf/util/include/linux/bitmap.h [deleted file]
tools/perf/util/python-ext-sources