packages: add sysprof tool
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Oct 2013 15:58:09 +0000 (15:58 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Oct 2013 15:58:09 +0000 (15:58 +0000)
commit8886dca03c432ba5ff920de22d39af1c1446cdcf
tree4ce27e73710433f086d619adbb00e55e06c2c9d0
parentd43e8c61f2109321c838de4a73d73b8df71a9d6b
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38466 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]