summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2010-11-06 23:03:53 +0530
committerRabin Vincent <rabin@rab.in>2010-11-19 21:43:28 +0530
commit0e341af835fdf553820a1fa98341b93ab32ce466 (patch)
tree633b4088fdf119931a5a3039e6b83bc1b9245a42 /tools/perf/scripts/python
parentdd686eb13959e49a1112fd608c124ab711050582 (diff)
downloadkernel-0e341af835fdf553820a1fa98341b93ab32ce466.tar.gz
ARM: ftrace: enable function graph tracer
Add the options to enable the function graph tracer on ARM. Function graph tracer support requires frame pointers, so exclude Thumb-2 and also make sure FRAME_POINTER gets enabled when FUNCTION_GRAPH_TRACER is used, since FUNCTION_TRACER doesn't "select FRAME_POINTER" when ARM_UNWIND is used. Therefore, with GCC 4.4.0+, you get plain function tracing without frame pointers, but you'll need them if you want function graph tracing. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Rabin Vincent <rabin@rab.in>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
c scatterlist now that parisc switched over to the generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com> 2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo pcibios_penalize_isa_irq() is only implemented by x86 now, and legacy ISA is not used by some architectures. Make pcibios_penalize_isa_irq() a __weak function to simplify the code. This removes the need for new platforms to add stub implementations of pcibios_penalize_isa_irq(). [bhelgaas: changelog, comments] Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Arnd Bergmann <arnd@arndb.de>