PAPI 7.1.0.0
Loading...
Searching...
No Matches
perfmon_crayx2.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2007 Hewlett-Packard Development Company, L.P.
3 * Contributed by Stephane Eranian <eranian@hpl.hp.com>
4 *
5 * This file should never be included directly, use
6 * <perfmon/perfmon.h> instead.
7 */
8
9#ifndef _PERFMON_CRAY_H_
10#define _PERFMON_CRAY_H_
11
12#define PFM_ARCH_MAX_PMCS (12+8) /* 12 HW SW 8 */
13#define PFM_ARCH_MAX_PMDS (512+8) /* 512 HW SW 8 */
14
15/*
16 * Cray specific register flags
17 */
18#define PFM_CRAY_REGFL_SMP_SCOPE 0x10000 /* PMD: shared state event counter */
19
20#endif /* _PERFMON_CRAY_H_ */