summaryrefslogtreecommitdiff
path: root/src/pmdas/papi/help
blob: 2981ee54ba4d3330e5a96ddb3044b1b087c9983b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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