summaryrefslogtreecommitdiff
path: root/src/pmdas/papi/help
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdas/papi/help')
-rw-r--r--src/pmdas/papi/help74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/pmdas/papi/help b/src/pmdas/papi/help
new file mode 100644
index 0000000..2981ee5
--- /dev/null
+++ b/src/pmdas/papi/help
@@ -0,0 +1,74 @@
+#
+# Copyright (c) 2014 Red Hat, Inc. All Rights Reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; either version 2 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# for more details.
+#
+# papi PMDA help file in the ASCII format
+#
+# lines beginning with a # are ignored
+# lines beginning @ introduce a new entry of the form
+# @ metric_name oneline-text
+# help test goes
+# here over multiple lines
+# ...
+#
+# the metric_name is decoded against the default PMNS -- as a special case,
+# a name of the form NNN.MM (for numeric NNN and MM) is interpreted as an
+# instance domain identification, and the text describes the instance domain
+#
+# blank lines before the @ line are ignored
+#
+@ papi.TOT_INS total instruction completed
+
+@ papi.TOT_CYC total cycles completed
+
+@ papi.L1_DCM Level 1 data cache misses
+
+@ papi.L1_ICM Level 1 instruction cache misses
+
+@ papi.L2_DCM Level 2 data cache misses
+
+@ papi.L2_ICM Level 2 instruction cache misses
+
+@ papi.L3_DCM Level 3 data cache misses
+
+@ papi.L3_ICM Level 3 instruction cache misses
+
+@ papi.L1_TCM Level 1 total cache misses
+
+@ papi.L2_TCM Level 2 total cache misses
+
+@ papi.L3_TCM Level 3 total cache misses
+
+@ papi.TLB_DM Data translation lookaside buffer misses
+
+@ papi.TLB_IM Instruction translation lookaside buffer misses
+
+@ papi.TLB_TL Total translation lookaside buffer misses
+
+@ papi.L1_LDM Level 1 load misses
+
+@ papi.L1_STM Level 1 store misses
+
+@ papi.L2_LDM Level 2 load misses
+
+@ papi.L2_STM Level 2 store misses
+
+@ papi.control.enable A list of metrics to enable and count
+
+@ papi.control.reset Reset the counter values
+
+@ papi.control.disable A list of metrics to disable counting
+
+@ papi.control.status A string of papi counters current state
+
+@ papi.available.num_counters Number of hardware counters available for use
+