summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/pmcstat.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-11-25 23:24:29 +0000
committerattilio <attilio@FreeBSD.org>2008-11-25 23:24:29 +0000
commiteff98a06a316fa7bfe69fa25e05b4f43234ef0fb (patch)
treed20d0851527ed4a62980cc01bd4c57e8892a17e1 /usr.sbin/pmcstat/pmcstat.h
parentd6453c69d2e055205ffd07e3cb6b3370a99f3b82 (diff)
downloadFreeBSD-src-eff98a06a316fa7bfe69fa25e05b4f43234ef0fb.zip
FreeBSD-src-eff98a06a316fa7bfe69fa25e05b4f43234ef0fb.tar.gz
Add the -m option to pmcstat.
This option prints the list of sampled PCs along with the function name, the start and end addresses of this where their live within. Reviewed by: jkoshy Tested by: gnn Sponsored by: Nokia
Diffstat (limited to 'usr.sbin/pmcstat/pmcstat.h')
-rw-r--r--usr.sbin/pmcstat/pmcstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.h b/usr.sbin/pmcstat/pmcstat.h
index e46109a..5d6f5f2 100644
--- a/usr.sbin/pmcstat/pmcstat.h
+++ b/usr.sbin/pmcstat/pmcstat.h
@@ -49,6 +49,7 @@
#define FLAG_DO_PRINT 0x00002000 /* -o */
#define FLAG_DO_CALLGRAPHS 0x00004000 /* -G */
#define FLAG_DO_ANALYSIS 0x00008000 /* -g or -G */
+#define FLAG_WANTS_MAPPINGS 0x00010000 /* -m */
#define DEFAULT_SAMPLE_COUNT 65536
#define DEFAULT_WAIT_INTERVAL 5.0
OpenPOWER on IntegriCloud