packages: add sysprof tool
authorGabor Juhos <juhosg@openwrt.org>
Sun, 20 Oct 2013 15:58:09 +0000 (15:58 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 20 Oct 2013 15:58:09 +0000 (15:58 +0000)
commitbec9f81270c058aa17ce99cd4a8230605f1cf4aa
tree4ce27e73710433f086d619adbb00e55e06c2c9d0
parent9a97670c2ace0199be39fce7914994ff4948688f
packages: add sysprof tool

Add sysprof - preformance profiler
for Linux - to the development tools.

Patches for mips/arm are from openembedded
code.

sysprof-cli <outfile> get required events/stack frames.
Next outfile can be loaded/displayed on PC using
sysprof.

Tool using:
- PERF events
- /proc/kallsyms for kernel symbols

You should compile kernel with profiling enabled,
debug information, symbol table information.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38466
devel/sysprof/Makefile [new file with mode: 0644]
devel/sysprof/patches/define-NT_GNU_BUILD_ID.patch [new file with mode: 0644]
devel/sysprof/patches/rmb-arm.patch [new file with mode: 0644]
devel/sysprof/patches/rmb-mips.patch [new file with mode: 0644]