HPCToolkit
pmu_x86.h
Go to the documentation of this file.
1
// -*-Mode: C++;-*- // technically C99
2
3
// * BeginRiceCopyright *****************************************************
4
//
5
// $HeadURL$
6
// $Id$
7
//
8
// --------------------------------------------------------------------------
9
// Part of HPCToolkit (hpctoolkit.org)
10
//
11
// Information about sources of support for research and development of
12
// HPCToolkit is at 'hpctoolkit.org' and in 'README.Acknowledgments'.
13
// --------------------------------------------------------------------------
14
//
15
// Copyright ((c)) 2002-2018, Rice University
16
// All rights reserved.
17
//
18
// Redistribution and use in source and binary forms, with or without
19
// modification, are permitted provided that the following conditions are
20
// met:
21
//
22
// * Redistributions of source code must retain the above copyright
23
// notice, this list of conditions and the following disclaimer.
24
//
25
// * Redistributions in binary form must reproduce the above copyright
26
// notice, this list of conditions and the following disclaimer in the
27
// documentation and/or other materials provided with the distribution.
28
//
29
// * Neither the name of Rice University (RICE) nor the names of its
30
// contributors may be used to endorse or promote products derived from
31
// this software without specific prior written permission.
32
//
33
// This software is provided by RICE and contributors "as is" and any
34
// express or implied warranties, including, but not limited to, the
35
// implied warranties of merchantability and fitness for a particular
36
// purpose are disclaimed. In no event shall RICE or contributors be
37
// liable for any direct, indirect, incidental, special, exemplary, or
38
// consequential damages (including, but not limited to, procurement of
39
// substitute goods or services; loss of use, data, or profits; or
40
// business interruption) however caused and on any theory of liability,
41
// whether in contract, strict liability, or tort (including negligence
42
// or otherwise) arising in any way out of the use of this software, even
43
// if advised of the possibility of such damage.
44
//
45
// ******************************************************* EndRiceCopyright *
46
47
48
#ifndef __PMU_X86_H__
49
#define __PMU_X86_H__
50
51
#include <
utilities/arch/cpuid.h
>
52
53
struct
pmu_config_s
{
54
cpu_type_t
cpu
;
55
const
char
*
event
;
56
};
57
63
struct
pmu_config_s
pmu_events
[] = {
64
{
INTEL_SNB
,
"MEM_TRANS_RETIRED:LATENCY_ABOVE_THRESHOLD"
},
65
{
INTEL_SNB
,
"MEM_TRANS_RETIRED:PRECISE_STORE"
},
66
67
{
INTEL_SNB_EP
,
"MEM_TRANS_RETIRED:LATENCY_ABOVE_THRESHOLD"
},
68
{
INTEL_SNB_EP
,
"MEM_TRANS_RETIRED:PRECISE_STORE"
},
69
70
{
INTEL_IVB_EX
,
"MEM_TRANS_RETIRED:LATENCY_ABOVE_THRESHOLD"
},
71
{
INTEL_IVB_EX
,
"MEM_TRANS_RETIRED:PRECISE_STORE"
},
72
73
{
INTEL_ICL
,
"MEM_TRANS_RETIRED:LOAD_LATENCY:ldlat=3"
},
74
{
INTEL_ICL
,
"MEM_INST_RETIRED:ALL_STORES"
},
75
76
{
INTEL_SKX
,
"MEM_TRANS_RETIRED:LOAD_LATENCY:ldlat=3"
},
77
{
INTEL_SKX
,
"MEM_UOPS_RETIRED:ALL_STORES"
},
78
79
{
INTEL_BDX
,
"MEM_TRANS_RETIRED:LOAD_LATENCY:ldlat=3"
},
80
{
INTEL_BDX
,
"MEM_UOPS_RETIRED:ALL_STORES"
},
81
82
{
INTEL_HSX
,
"MEM_TRANS_RETIRED:LOAD_LATENCY:ldlat=3"
},
83
{
INTEL_HSX
,
"MEM_UOPS_RETIRED:ALL_STORES"
},
84
85
{
INTEL_NHM_EX
,
"MEM_INST_RETIRED:LATENCY_ABOVE_THRESHOLD:ldlat=3"
},
86
87
{
INTEL_WSM_EX
,
"MEM_INST_RETIRED:LATENCY_ABOVE_THRESHOLD:ldlat=3"
},
88
90
{
INTEL_KNL
,
"OFFCORE_RESPONSE_0"
}
//, {INTEL_KNL, "MEM_UOPS_RETIRED:L2_MISS_LOAD"}
91
};
92
93
#endif // __PMU_X86_H__
INTEL_SNB
Definition:
cpuid.h:68
pmu_config_s::event
const char * event
Definition:
pmu_x86.h:55
pmu_config_s::cpu
cpu_type_t cpu
Definition:
pmu_x86.h:54
INTEL_KNL
Definition:
cpuid.h:79
INTEL_WSM_EX
Definition:
cpuid.h:65
INTEL_IVB_EX
Definition:
cpuid.h:73
pmu_config_s
Definition:
pmu_x86.h:53
INTEL_NHM_EX
Definition:
cpuid.h:70
INTEL_SNB_EP
Definition:
cpuid.h:69
INTEL_HSX
Definition:
cpuid.h:75
cpu_type_t
cpu_type_t
Definition:
cpuid.h:62
pmu_events
struct pmu_config_s pmu_events[]
Definition:
pmu_x86.h:63
cpuid.h
INTEL_SKX
Definition:
cpuid.h:77
INTEL_BDX
Definition:
cpuid.h:76
INTEL_ICL
Definition:
cpuid.h:78
src
tool
hpcrun
sample-sources
datacentric
pmu_x86.h
Generated by
1.8.13