summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-10-30 15:54:09 +0000
committergreen <green@FreeBSD.org>2001-10-30 15:54:09 +0000
commit85a9f299f9ff18dd7fee037e0aee7e70d3971e7e (patch)
tree3af54369ee3af34acc584ccf59baf1a0dc95e078 /usr.bin/gprof/Makefile
parent0bacb7acb24b620b0199d06b1a081160742a8cd5 (diff)
downloadFreeBSD-src-85a9f299f9ff18dd7fee037e0aee7e70d3971e7e.zip
FreeBSD-src-85a9f299f9ff18dd7fee037e0aee7e70d3971e7e.tar.gz
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
Diffstat (limited to 'usr.bin/gprof/Makefile')
-rw-r--r--usr.bin/gprof/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile
index 29291cc..cc5a276 100644
--- a/usr.bin/gprof/Makefile
+++ b/usr.bin/gprof/Makefile
@@ -1,8 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/29/93
+# $FreeBSD$
PROG= gprof
SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \
- printgprof.c printlist.c
+ printgprof.c printlist.c kernel.c
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
OpenPOWER on IntegriCloud