Re: kernel profiling boot startup call graph kgmon gprof

2006-09-25 Thread Paul Stoeber
(update of http://marc.theaimsgroup.com/?l=openbsd-misc&m=115914181032738&w=2) Polishing. --- /dev/null Mon Sep 25 16:30:26 2006 +++ sys/conf/gen_addr_etext Mon Sep 25 15:41:13 2006 @@ -0,0 +1,19 @@ +#!/bin/sh +f=addr_etext.h +l='#define ADDR_ETEXT \' +if [ $# = 0 ]; then + echo "$l"

Re: kernel profiling boot startup call graph kgmon gprof

2006-09-24 Thread Paul Stoeber
(update of http://marc.theaimsgroup.com/?l=openbsd-misc&m=115898040215357&w=2) Here's an improved version of the patch. It does away with kmstartup(), completing the coverage of the recorded call graph. --- /dev/null Sun Sep 24 23:24:37 2006 +++ sys/conf/gen_addr_etext Sat Sep 23 00:36:45