PAPI 7.1.0.0
Loading...
Searching...
No Matches
pfmlib_gen_mips64_priv.h
Go to the documentation of this file.
1/*
2 * Contributed by Philip Mucci <mucci@cs.utk.edu> based on code from
3 * Copyright (c) 2004-2006 Hewlett-Packard Development Company, L.P.
4 * Contributed by Stephane Eranian <eranian@hpl.hp.com>
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
10 * of the Software, and to permit persons to whom the Software is furnished to do so,
11 * subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in all
14 * copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
17 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
18 * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
20 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
21 * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 *
23 * This file is part of libpfm, a performance monitoring support library for
24 * applications on Linux/ia64.
25 */
26#ifndef __PFMLIB_GEN_MIPS64_PRIV_H__
27#define __PFMLIB_GEN_MIPS64_PRIV_H__
28
29typedef struct {
30 char *pme_name;
31 char *pme_desc; /* text description of the event */
32 unsigned int pme_code; /* event mask, holds room for four events, low 8 bits cntr0, ... high 8 bits cntr3 */
33 unsigned int pme_counters;
35
36#endif /* __PFMLIB_GEN_MIPS64_PRIV_H__ */
char * pme_name
char * pme_desc
unsigned int pme_counters
unsigned int pme_code