PAPI 7.1.0.0
Loading...
Searching...
No Matches
perfmon_mips64.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_MIPS64_H_
10#define _PERFMON_MIPS64_H_
11
12#define PFM_ARCH_MAX_PMCS (256+64) /* 256 HW 64 SW */
13#define PFM_ARCH_MAX_PMDS (256+64) /* 256 HW 64 SW */
14
15#endif /* _PERFMON_MIPS64_H_ */