Add support utils for tracing
authorRudolf Marek <r.marek@assembler.cz>
Fri, 2 Sep 2011 21:34:15 +0000 (23:34 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 6 Sep 2011 23:27:57 +0000 (01:27 +0200)
commit8679e52b9632254c247db31020d09e877071366e
treee86c734a8b11aa60f0f72612b848640ddd51c204
parent7f0e93060e720149bb59023d608a67cfc21542b1
Add support utils for tracing

Following patch adds a userspace util genprof
which is able to convert the console printed
traces to gmon.out file used by gprof & friends.
The log2dress will replace the adresses in logfile
with a line numbers.

Change-Id: I9f716f3ff2522a24fbc844a1dd5e32ef49b540c5
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/179
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
util/genprof/Makefile [new file with mode: 0644]
util/genprof/README [new file with mode: 0644]
util/genprof/genprof.c [new file with mode: 0644]
util/genprof/log2dress [new file with mode: 0755]