perf tools: Build with frame pointer
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 6 Jan 2011 14:51:53 +0000 (15:51 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Jan 2011 20:04:54 +0000 (18:04 -0200)
commit6b01f2c4f6188da50d8fe094e369a9c0390424ab
treee326f7c48ce49d8c0e035b9dd2c2723e1ae57961
parentf006d25a15216a483cec71e886786874f66f9452
perf tools: Build with frame pointer

It seems that some gcc versions build by default with frame pointers
and some others omit them.

Just build the tools with frame pointers as the callchains can be an
important part of the perf workflow.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <1294325513-14276-3-git-send-email-fweisbec@gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile