Date: Tue, 30 Oct 2001 07:54:09 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof Makefile gprof.1 gprof.c gprof.h kernel.c src/usr.bin/gprof4 Makefile Message-ID: <200110301554.f9UFs9520895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2001/10/30 07:54:09 PST Modified files: usr.bin/gprof Makefile gprof.1 gprof.c gprof.h usr.bin/gprof4 Makefile Added files: usr.bin/gprof kernel.c Log: Add -K support to gprof(1), which enables dynamic symbol resolution from the currently-running kernel (and supercedes an executable file argument given). With this change, properly-compiled KLD modules are now able to be profiled. Obtained from: NAI Labs CBOSS project Funded by: DARPA Revision Changes Path 1.5 +2 -1 src/usr.bin/gprof/Makefile 1.19 +12 -1 src/usr.bin/gprof/gprof.1 1.12 +6 -2 src/usr.bin/gprof/gprof.c 1.11 +4 -0 src/usr.bin/gprof/gprof.h 1.1 +64 -0 src/usr.bin/gprof/kernel.c (new) 1.4 +2 -1 src/usr.bin/gprof4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110301554.f9UFs9520895>