linux-stable-rt/tools/perf
Paul Mundt ec29b8d2af perf tools: Remove -Wcast-align
The present use of -Wcast-align causes the build to blow up on
SH due to generating a "cast increases required alignment of
target type" error on each invocation of list_for_each_entry().

It seems that this was previously reported and killed off in the
ia64 support patch, but nothing seems to have happened with
that. Presumably the same problem still remains there, too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
LKML-Reference: <20091026054000.GA13517@linux-sh.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-10-26 09:43:06 +01:00
..
Documentation
util perf tools: Fix compatibility with libelf 0.8 and autodetect 2009-10-25 17:09:14 +01:00
.gitignore
CREDITS
Makefile perf tools: Remove -Wcast-align 2009-10-26 09:43:06 +01:00
builtin-annotate.c
builtin-help.c
builtin-list.c
builtin-record.c perf: Propagate term signal to child 2009-10-04 19:37:39 +02:00
builtin-report.c
builtin-sched.c perf tools: Fix const char type propagation 2009-10-12 08:35:00 +02:00
builtin-stat.c perf: Propagate term signal to child 2009-10-04 19:37:39 +02:00
builtin-timechart.c perf timechart: Fix the wakeup-arrows that point to non-visible processes 2009-10-20 03:39:16 +02:00
builtin-top.c perf top: Fix --delay_secs 0 division by zero 2009-10-19 09:52:39 +02:00
builtin-trace.c perf trace: Remove unused code in builtin-trace.c 2009-10-06 12:02:33 +02:00
builtin.h
command-list.txt
design.txt perf_event: Provide vmalloc() based mmap() backing 2009-10-06 14:21:50 +02:00
perf.c
perf.h