Go to the source code of this file.
◆ GROUP_INTS
◆ MAX_GROUPS
◆ PAPI_MAX_NATIVE_EVENTS
| #define PAPI_MAX_NATIVE_EVENTS 1024 |
◆ hwd_groups_t
◆ hwd_register_t
◆ check_native_name()
| int check_native_name |
( |
| ) |
|
Definition at line 168 of file ppc64_events.c.
169{
171 int itemCount = 0;
173
174
175
176
177
178
180 SUBDBG(
"%i is the number of elements apparently in native_name, "
181 "but really should be %i, according to native_name_map.\n",
184 ( "Inconsistent cardinality between native_name and native_name_map "
185 "detected in preliminary check\n" );
187 }
188
189
190
191
194
196 itemCount++;
197 break;
198 }
199 }
200 }
202 SUBDBG(
"Inconsistency between native_name_map and native_name. "
203 "%i events matched, but really should be %i\n", itemCount,
206 ( "Inconsistent cardinality between native_name and native_name_map\n" );
208 }
209
211}
PPC64_native_map_t native_name_map[PAPI_MAX_NATIVE_EVENTS]
#define MAX_NATNAME_MAP_INDEX
#define SUBDBG(format, args...)
void PAPIERROR(char *format,...)
◆ group_map
Definition at line 47 of file aix.c.
◆ native_name_map
Definition at line 46 of file aix.c.
◆ native_table
Definition at line 41 of file aix.c.
◆ pmgroups
| pm_groups_info_t pmgroups |
|
extern |
Definition at line 44 of file aix.c.
◆ pminfo
Definition at line 43 of file aix.c.