original_kernel/tools/perf/util
Frederic Weisbecker 802da5f228 perf tools: Drop asm/types.h wrapper
Wrapping the kernel headers is dangerous when it comes to arch
headers. Once we wrap asm/types.h, it will also replace the
glibc asm/types.h, not only the kernel one.

This results in build errors on some machines.

Drop this wrapper and do its work from linux/types.h wrapper,
also the glibc asm/types.h can already handle most of the type
definition it was doing (typedef __u64, __u32, etc...).

Todo: Check the others asm/*.h wrappers to prevent from other
conflicts.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Anton Blanchard <anton@samba.org>
LKML-Reference: <1256246604-17156-3-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-10-23 07:55:19 +02:00
..
include perf tools: Drop asm/types.h wrapper 2009-10-23 07:55:19 +02:00
PERF-VERSION-GEN perf tools: Bump version to 0.0.2 2009-10-16 10:34:28 +02:00
abspath.c
alias.c
cache.h perf tools: Do not manually count string lengths 2009-10-13 11:55:31 +02:00
callchain.c
callchain.h
color.c
color.h
config.c
ctype.c
data_map.c perf annotate: Use the sym_priv_size area for the histogram 2009-10-20 21:12:58 +02:00
data_map.h perf tools: Unify perf.data mapping and events handling 2009-10-08 16:56:32 +02:00
debug.c
debug.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
environment.c
event.h perf annotate: Use the sym_priv_size area for the histogram 2009-10-20 21:12:58 +02:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
header.c perf tools: Use DECLARE_BITMAP instead of an open-coded array 2009-10-19 09:26:35 +02:00
header.h perf tools: Use DECLARE_BITMAP instead of an open-coded array 2009-10-19 09:26:35 +02:00
help.c
help.h
hist.c
hist.h
levenshtein.c
levenshtein.h
map.c perf annotate: Use the sym_priv_size area for the histogram 2009-10-20 21:12:58 +02:00
pager.c
parse-events.c perf trace: Add filter Suppport 2009-10-15 11:35:23 +02:00
parse-events.h perf trace: Add filter Suppport 2009-10-15 11:35:23 +02:00
parse-options.c
parse-options.h
path.c
quote.c
quote.h
run-command.c
run-command.h
sigchain.c
sigchain.h
sort.c perf tools: Bind callchains to the first sort dimension column 2009-10-23 07:55:18 +02:00
sort.h perf tools: Bind callchains to the first sort dimension column 2009-10-23 07:55:18 +02:00
strbuf.c
strbuf.h
string.c
string.h
strlist.c
strlist.h
svghelper.c perf timechart: Improve the visual appearance of scheduler delays 2009-10-20 03:39:21 +02:00
svghelper.h
symbol.c perf annotate: Use the sym_priv_size area for the histogram 2009-10-20 21:12:58 +02:00
symbol.h perf annotate: Use the sym_priv_size area for the histogram 2009-10-20 21:12:58 +02:00
thread.c perf tools: Bind callchains to the first sort dimension column 2009-10-23 07:55:18 +02:00
thread.h perf tools: Bind callchains to the first sort dimension column 2009-10-23 07:55:18 +02:00
trace-event-info.c perf tools: Merge trace.info content into perf.data 2009-10-07 08:36:10 +02:00
trace-event-parse.c perf tools: Use strsep() over strtok_r() for parsing single line 2009-10-21 13:39:57 +02:00
trace-event-read.c perf tools: Merge trace.info content into perf.data 2009-10-07 08:36:10 +02:00
trace-event.h perf tools: Add latency format to trace output 2009-10-15 10:42:39 +02:00
types.h
usage.c
util.h
values.c
values.h
wrapper.c