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)
commit86a59449a525188197083f307734e68f4c56d53f
treef96a614ee971fa43773b77e6eefe1efd2b7ad781
parent2b8581e77e69363572da5bf645ca535b67a86a84
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]