diff options
Diffstat (limited to 'tools/perf/MANIFEST')
| -rw-r--r-- | tools/perf/MANIFEST | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 344c4d3d0a4a..83e2887f91a3 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST | |||
| @@ -4,17 +4,31 @@ tools/lib/traceevent | |||
| 4 | tools/lib/api | 4 | tools/lib/api |
| 5 | tools/lib/symbol/kallsyms.c | 5 | tools/lib/symbol/kallsyms.c |
| 6 | tools/lib/symbol/kallsyms.h | 6 | tools/lib/symbol/kallsyms.h |
| 7 | tools/lib/util/find_next_bit.c | ||
| 7 | tools/include/asm/bug.h | 8 | tools/include/asm/bug.h |
| 9 | tools/include/asm-generic/bitops/atomic.h | ||
| 10 | tools/include/asm-generic/bitops/__ffs.h | ||
| 11 | tools/include/asm-generic/bitops/__fls.h | ||
| 12 | tools/include/asm-generic/bitops/find.h | ||
| 13 | tools/include/asm-generic/bitops/fls64.h | ||
| 14 | tools/include/asm-generic/bitops/fls.h | ||
| 15 | tools/include/asm-generic/bitops.h | ||
| 16 | tools/include/linux/bitops.h | ||
| 8 | tools/include/linux/compiler.h | 17 | tools/include/linux/compiler.h |
| 9 | tools/include/linux/hash.h | ||
| 10 | tools/include/linux/export.h | 18 | tools/include/linux/export.h |
| 19 | tools/include/linux/hash.h | ||
| 20 | tools/include/linux/log2.h | ||
| 11 | tools/include/linux/types.h | 21 | tools/include/linux/types.h |
| 22 | include/asm-generic/bitops/fls64.h | ||
| 23 | include/asm-generic/bitops/__fls.h | ||
| 24 | include/asm-generic/bitops/fls.h | ||
| 12 | include/linux/const.h | 25 | include/linux/const.h |
| 13 | include/linux/perf_event.h | 26 | include/linux/perf_event.h |
| 14 | include/linux/rbtree.h | 27 | include/linux/rbtree.h |
| 15 | include/linux/list.h | 28 | include/linux/list.h |
| 16 | include/linux/hash.h | 29 | include/linux/hash.h |
| 17 | include/linux/stringify.h | 30 | include/linux/stringify.h |
| 31 | lib/find_next_bit.c | ||
| 18 | lib/rbtree.c | 32 | lib/rbtree.c |
| 19 | include/linux/swab.h | 33 | include/linux/swab.h |
| 20 | arch/*/include/asm/unistd*.h | 34 | arch/*/include/asm/unistd*.h |
