diff options
author | 2012-09-07 15:02:20 -0700 | |
---|---|---|
committer | 2012-09-07 15:02:20 -0700 | |
commit | cba82925c249e9d001ce98fef17d9c6360d86e70 (patch) | |
tree | 1076140e2e51da648a9f8dcc35a5f2e8a95a0240 /tools/perf | |
parent | Merge branch 'kzm9g' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc (diff) | |
parent | ARM: LPC32xx: Remove board specific GPIO init (diff) | |
download | linux-dev-cba82925c249e9d001ce98fef17d9c6360d86e70.tar.xz linux-dev-cba82925c249e9d001ce98fef17d9c6360d86e70.zip |
Merge branch 'lpc32xx/core' of git://git.antcom.de/linux-2.6 into next/soc
* 'lpc32xx/core' of git://git.antcom.de/linux-2.6:
ARM: LPC32xx: Remove board specific GPIO init
ARM: LPC32xx: Provide DMA filter callbacks via platform data
ARM: LPC32xx: Use handle_edge_irq() callback on edge type irqs
+ sync to 3.6-rc4
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/python-ext-sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources index 2884e67ee625..213362850abd 100644 --- a/tools/perf/util/python-ext-sources +++ b/tools/perf/util/python-ext-sources @@ -10,10 +10,12 @@ util/ctype.c util/evlist.c util/evsel.c util/cpumap.c +util/hweight.c util/thread_map.c util/util.c util/xyarray.c util/cgroup.c util/debugfs.c +util/rblist.c util/strlist.c ../../lib/rbtree.c |