perf_counter tools: Share list.h with the kernel
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 1 Jul 2009 17:46:08 +0000 (14:46 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 20:37:23 +0000 (22:37 +0200)
commit5da50258584469ddfee6545feb4eb2252a8d7e7b
tree4171b03ff5fb0c51c4ff29d77e07725e4a0566f7
parent43cbcd8acb4c992cbd22d1ec8a08c0591be5d719
perf_counter tools: Share list.h with the kernel

The copy we were using came from another copy I did for the dwarves
(pahole) package, that came from the kernel years ago.

The only function that is used by the perf tools and that isn't in the
kernel is list_del_range, that I'm leaving in the perf tools only for
now.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <20090701174608.GA5823@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c
tools/perf/util/callchain.h
tools/perf/util/include/asm/system.h [new file with mode: 0644]
tools/perf/util/include/linux/list.h [new file with mode: 0644]
tools/perf/util/include/linux/poison.h [new file with mode: 0644]
tools/perf/util/include/linux/prefetch.h [new file with mode: 0644]
tools/perf/util/list.h [deleted file]
tools/perf/util/symbol.h