PAPI 7.1.0.0
Loading...
Searching...
No Matches
perfmon_i386.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_I386_H_
10#define _PERFMON_I386_H_
11
12/*
13 * Both i386 and x86-64 must have same limits to ensure ABI
14 * compatibility
15 */
16#define PFM_ARCH_MAX_PMCS (256+64) /* 256 HW SW 64 */
17#define PFM_ARCH_MAX_PMDS (256+64) /* 256 HW SW 64 */
18
19#endif /* _PERFMON_I386_H_ */