From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- tools/perf/MANIFEST | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/perf/MANIFEST (limited to 'tools/perf/MANIFEST') diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST new file mode 100644 index 00000000..5476bc0a --- /dev/null +++ b/tools/perf/MANIFEST @@ -0,0 +1,15 @@ +tools/perf +include/linux/const.h +include/linux/perf_event.h +include/linux/rbtree.h +include/linux/list.h +include/linux/hash.h +include/linux/stringify.h +lib/rbtree.c +include/linux/swab.h +arch/*/include/asm/unistd*.h +arch/*/lib/memcpy*.S +arch/*/lib/memset*.S +include/linux/poison.h +include/linux/magic.h +include/linux/hw_breakpoint.h -- cgit