summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/pmcstat.h
diff options
context:
space:
mode:
authorfabient <fabient@FreeBSD.org>2010-08-03 13:46:25 +0000
committerfabient <fabient@FreeBSD.org>2010-08-03 13:46:25 +0000
commit3327e8714209c4d4c9bb58dd4c03090e6e6eee25 (patch)
tree3d32dc6bdea086231cf73030612de96d8afa5b37 /usr.sbin/pmcstat/pmcstat.h
parent734aeecfaf9811848828ac86fa014c15a94dcc5d (diff)
downloadFreeBSD-src-3327e8714209c4d4c9bb58dd4c03090e6e6eee25.zip
FreeBSD-src-3327e8714209c4d4c9bb58dd4c03090e6e6eee25.tar.gz
- Do not use the runtime mask when logfile is specified.
- Revert the fix on rtld path that is not necessary. MFC after: 1 week
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 1bb7862..c9c24a9 100644
--- a/usr.sbin/pmcstat/pmcstat.h
+++ b/usr.sbin/pmcstat/pmcstat.h
@@ -51,6 +51,7 @@
#define FLAG_DO_ANNOTATE 0x00008000 /* -m */
#define FLAG_DO_TOP 0x00010000 /* -T */
#define FLAG_DO_ANALYSIS 0x00020000 /* -g or -G or -m or -T */
+#define FLAGS_HAS_CPUMASK 0x00040000 /* -c */
#define DEFAULT_SAMPLE_COUNT 65536
#define DEFAULT_WAIT_INTERVAL 5.0
OpenPOWER on IntegriCloud