diff options
author | scottl <scottl@FreeBSD.org> | 2014-05-07 20:20:52 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2014-05-07 20:20:52 +0000 |
commit | 76892e1ddc1fc146dd77aa7e4f27a87b743ef731 (patch) | |
tree | 4be4b5b8b8b2d23a9996fefa47d8a0bdb0a01d69 /usr.sbin/pmcstat/Makefile | |
parent | b9bac26480d30c76e6ba2c15dba46074285a30fd (diff) | |
download | FreeBSD-src-76892e1ddc1fc146dd77aa7e4f27a87b743ef731.zip FreeBSD-src-76892e1ddc1fc146dd77aa7e4f27a87b743ef731.tar.gz |
Merged r262424-262425,265085
Add the -a option to pmcstat. This produces a full stack track on the
sampled points. See the man page for details on how this works.
Obtained from: Netflix, Inc.
Diffstat (limited to 'usr.sbin/pmcstat/Makefile')
-rw-r--r-- | usr.sbin/pmcstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile index c27e56d..b8c8081 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -9,6 +9,7 @@ DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} ${LIBNCURSES} LDADD= -lelf -lkvm -lpmc -lm -lncurses SRCS= pmcstat.c pmcstat.h pmcstat_log.c \ -pmcpl_callgraph.c pmcpl_gprof.c pmcpl_annotate.c pmcpl_calltree.c +pmcpl_callgraph.c pmcpl_gprof.c pmcpl_annotate.c \ +pmcpl_annotate_cg.c pmcpl_calltree.c .include <bsd.prog.mk> |