dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/avr32/oprofile
Nikolaus Voss 3d25615147 Add kernel support for oprofile callgraphs on AVR32
This patch adds backtracing capability to oprofile profiling in kernel
and user mode on AVR32. This is done by going through the frames on the
stack and adding oprofile traces for all return addresses. The code
being profiled has to be compiled with frame pointers to make this work.

Signed-off-by: Nikolaus Voss <n.voss@weinmann.de>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-09-22 09:51:01 +02:00
..
Makefile Add kernel support for oprofile callgraphs on AVR32 2008-09-22 09:51:01 +02:00
backtrace.c Add kernel support for oprofile callgraphs on AVR32 2008-09-22 09:51:01 +02:00
op_model_avr32.c Add kernel support for oprofile callgraphs on AVR32 2008-09-22 09:51:01 +02:00