PAPI
5.7.0.0
map-p6-c.h
Go to the documentation of this file.
1
/****************************/
2
/* THIS IS OPEN SOURCE CODE */
3
/****************************/
4
5
/*
6
* File: map-p6.h
7
* CVS: $Id$
8
* Author: Harald Servat
9
* redcrash@gmail.com
10
*/
11
12
#ifndef FreeBSD_MAP_P6_C
13
#define FreeBSD_MAP_P6_C
14
15
enum
NativeEvent_Value_P6_C_Processor
{
16
/* P6 common events */
17
PNE_P6_C_BACLEARS
=
PAPI_NATIVE_MASK
,
18
PNE_P6_C_BR_BOGUS
,
19
PNE_P6_C_BR_INST_DECODED
,
20
PNE_P6_C_BR_INST_RETIRED
,
21
PNE_P6_C_BR_MISS_PRED_RETIRED
,
22
PNE_P6_C_BR_MISS_PRED_TAKEN_RET
,
23
PNE_P6_C_BR_TAKEN_RETIRED
,
24
PNE_P6_C_BTB_MISSES
,
25
PNE_P6_C_BUS_BNR_DRV
,
26
PNE_P6_C_BUS_DATA_RCV
,
27
PNE_P6_C_BUS_DRDY_CLOCKS
,
28
PNE_P6_C_BUS_HIT_DRV
,
29
PNE_P6_C_BUS_HITM_DRV
,
30
PNE_P6_C_BUS_LOCK_CLOCKS
,
31
PNE_P6_C_BUS_REQ_OUTSTANDING
,
32
PNE_P6_C_BUS_SNOOP_STALL
,
33
PNE_P6_C_BUS_TRAN_ANY
,
34
PNE_P6_C_BUS_TRAN_BRD
,
35
PNE_P6_C_BUS_TRAN_BURST
,
36
PNE_P6_C_BUS_TRAN_DEF
,
37
PNE_P6_C_BUS_TRAN_IFETCH
,
38
PNE_P6_C_BUS_TRAN_INVAL
,
39
PNE_P6_C_BUS_TRAN_MEM
,
40
PNE_P6_C_BUS_TRAN_POWER
,
41
PNE_P6_C_BUS_TRAN_RFO
,
42
PNE_P6_C_BUS_TRANS_IO
,
43
PNE_P6_C_BUS_TRANS_P
,
44
PNE_P6_C_BUS_TRANS_WB
,
45
PNE_P6_C_CPU_CLK_UNHALTED
,
46
PNE_P6_C_CYCLES_DIV_BUSY
,
47
PNE_P6_C_CYCLES_IN_PENDING_AND_MASKED
,
48
PNE_P6_C_CYCLES_INT_MASKED
,
49
PNE_P6_C_DATA_MEM_REFS
,
50
PNE_P6_C_DCU_LINES_IN
,
51
PNE_P6_C_DCU_M_LINES_IN
,
52
PNE_P6_C_DCU_M_LINES_OUT
,
53
PNE_P6_C_DCU_MISS_OUTSTANDING
,
54
PNE_P6_C_DIV
,
55
PNE_P6_C_FLOPS
,
56
PNE_P6_C_FP_ASSIST
,
57
PNE_P6_C_FTP_COMPS_OPS_EXE
,
58
PNE_P6_C_HW_INT_RX
,
59
PNE_P6_C_IFU_FETCH
,
60
PNE_P6_C_IFU_FETCH_MISS
,
61
PNE_P6_C_IFU_MEM_STALL
,
62
PNE_P6_C_ILD_STALL
,
63
PNE_P6_C_INST_DECODED
,
64
PNE_P6_C_INST_RETIRED
,
65
PNE_P6_C_ITLB_MISS
,
66
PNE_P6_C_L2_ADS
,
67
PNE_P6_C_L2_DBUS_BUSY
,
68
PNE_P6_C_L2_DBUS_BUSY_RD
,
69
PNE_P6_C_L2_IFETCH
,
70
PNE_P6_C_L2_LD
,
71
PNE_P6_C_L2_LINES_IN
,
72
PNE_P6_C_L2_LINES_OUT
,
73
PNE_P6_C_L2M_LINES_INM
,
74
PNE_P6_C_L2M_LINES_OUTM
,
75
PNE_P6_C_L2_RQSTS
,
76
PNE_P6_C_L2_ST
,
77
PNE_P6_C_LD_BLOCKS
,
78
PNE_P6_C_MISALIGN_MEM_REF
,
79
PNE_P6_C_MUL
,
80
PNE_P6_C_PARTIAL_RAT_STALLS
,
81
PNE_P6_C_RESOURCE_STALL
,
82
PNE_P6_C_SB_DRAINS
,
83
PNE_P6_C_SEGMENT_REG_LOADS
,
84
PNE_P6_C_UOPS_RETIRED
,
85
/* Celeron specific events */
86
PNE_P6_C_MMX_INSTR_EXEC
,
87
PNE_P6_C_NATNAME_GUARD
88
};
89
90
extern
Native_Event_LabelDescription_t
P6_C_Processor_info
[];
91
extern
hwi_search_t
P6_C_Processor_map
[];
92
93
#endif
PNE_P6_C_BTB_MISSES
Definition:
map-p6-c.h:24
PAPI_NATIVE_MASK
#define PAPI_NATIVE_MASK
Definition:
papiStdEventDefs.h:30
PNE_P6_C_L2_LINES_OUT
Definition:
map-p6-c.h:72
PNE_P6_C_BACLEARS
Definition:
map-p6-c.h:17
PNE_P6_C_IFU_FETCH
Definition:
map-p6-c.h:59
PNE_P6_C_L2_LD
Definition:
map-p6-c.h:70
PNE_P6_C_DCU_M_LINES_IN
Definition:
map-p6-c.h:51
PNE_P6_C_BUS_HITM_DRV
Definition:
map-p6-c.h:29
PNE_P6_C_CYCLES_IN_PENDING_AND_MASKED
Definition:
map-p6-c.h:47
PNE_P6_C_BUS_TRANS_P
Definition:
map-p6-c.h:43
PNE_P6_C_BUS_TRANS_IO
Definition:
map-p6-c.h:42
Native_Event_LabelDescription_t
Definition:
map.h:38
PNE_P6_C_CYCLES_DIV_BUSY
Definition:
map-p6-c.h:46
PNE_P6_C_BR_BOGUS
Definition:
map-p6-c.h:18
PNE_P6_C_L2_LINES_IN
Definition:
map-p6-c.h:71
PNE_P6_C_L2_DBUS_BUSY_RD
Definition:
map-p6-c.h:68
PNE_P6_C_BUS_TRAN_IFETCH
Definition:
map-p6-c.h:37
PNE_P6_C_MUL
Definition:
map-p6-c.h:79
PNE_P6_C_DIV
Definition:
map-p6-c.h:54
PNE_P6_C_L2_DBUS_BUSY
Definition:
map-p6-c.h:67
PNE_P6_C_HW_INT_RX
Definition:
map-p6-c.h:58
P6_C_Processor_info
Native_Event_LabelDescription_t P6_C_Processor_info[]
Definition:
map-p6-c.c:27
PNE_P6_C_BUS_REQ_OUTSTANDING
Definition:
map-p6-c.h:31
PNE_P6_C_BUS_BNR_DRV
Definition:
map-p6-c.h:25
PNE_P6_C_BUS_DRDY_CLOCKS
Definition:
map-p6-c.h:27
PNE_P6_C_L2M_LINES_INM
Definition:
map-p6-c.h:73
PNE_P6_C_FP_ASSIST
Definition:
map-p6-c.h:56
PNE_P6_C_CYCLES_INT_MASKED
Definition:
map-p6-c.h:48
PNE_P6_C_BUS_TRAN_INVAL
Definition:
map-p6-c.h:38
PNE_P6_C_RESOURCE_STALL
Definition:
map-p6-c.h:81
PNE_P6_C_BUS_TRAN_MEM
Definition:
map-p6-c.h:39
PNE_P6_C_PARTIAL_RAT_STALLS
Definition:
map-p6-c.h:80
PNE_P6_C_ILD_STALL
Definition:
map-p6-c.h:62
PNE_P6_C_L2_ADS
Definition:
map-p6-c.h:66
PNE_P6_C_L2_RQSTS
Definition:
map-p6-c.h:75
PNE_P6_C_SEGMENT_REG_LOADS
Definition:
map-p6-c.h:83
PNE_P6_C_BUS_SNOOP_STALL
Definition:
map-p6-c.h:32
PNE_P6_C_BUS_TRAN_BURST
Definition:
map-p6-c.h:35
hwi_search_t
Definition:
papi_preset.h:12
PNE_P6_C_INST_RETIRED
Definition:
map-p6-c.h:64
P6_C_Processor_map
hwi_search_t P6_C_Processor_map[]
PNE_P6_C_BUS_TRANS_WB
Definition:
map-p6-c.h:44
PNE_P6_C_MMX_INSTR_EXEC
Definition:
map-p6-c.h:86
PNE_P6_C_BUS_TRAN_DEF
Definition:
map-p6-c.h:36
PNE_P6_C_BUS_TRAN_BRD
Definition:
map-p6-c.h:34
PNE_P6_C_L2_ST
Definition:
map-p6-c.h:76
PNE_P6_C_BR_MISS_PRED_RETIRED
Definition:
map-p6-c.h:21
PNE_P6_C_INST_DECODED
Definition:
map-p6-c.h:63
PNE_P6_C_L2M_LINES_OUTM
Definition:
map-p6-c.h:74
PNE_P6_C_DCU_MISS_OUTSTANDING
Definition:
map-p6-c.h:53
PNE_P6_C_UOPS_RETIRED
Definition:
map-p6-c.h:84
PNE_P6_C_NATNAME_GUARD
Definition:
map-p6-c.h:87
PNE_P6_C_BR_INST_DECODED
Definition:
map-p6-c.h:19
NativeEvent_Value_P6_C_Processor
NativeEvent_Value_P6_C_Processor
Definition:
map-p6-c.h:15
PNE_P6_C_ITLB_MISS
Definition:
map-p6-c.h:65
PNE_P6_C_DCU_M_LINES_OUT
Definition:
map-p6-c.h:52
PNE_P6_C_FTP_COMPS_OPS_EXE
Definition:
map-p6-c.h:57
PNE_P6_C_IFU_MEM_STALL
Definition:
map-p6-c.h:61
PNE_P6_C_CPU_CLK_UNHALTED
Definition:
map-p6-c.h:45
PNE_P6_C_IFU_FETCH_MISS
Definition:
map-p6-c.h:60
PNE_P6_C_L2_IFETCH
Definition:
map-p6-c.h:69
PNE_P6_C_DATA_MEM_REFS
Definition:
map-p6-c.h:49
PNE_P6_C_BR_INST_RETIRED
Definition:
map-p6-c.h:20
PNE_P6_C_SB_DRAINS
Definition:
map-p6-c.h:82
PNE_P6_C_FLOPS
Definition:
map-p6-c.h:55
PNE_P6_C_BR_MISS_PRED_TAKEN_RET
Definition:
map-p6-c.h:22
PNE_P6_C_BR_TAKEN_RETIRED
Definition:
map-p6-c.h:23
PNE_P6_C_BUS_LOCK_CLOCKS
Definition:
map-p6-c.h:30
PNE_P6_C_BUS_HIT_DRV
Definition:
map-p6-c.h:28
PNE_P6_C_DCU_LINES_IN
Definition:
map-p6-c.h:50
PNE_P6_C_BUS_DATA_RCV
Definition:
map-p6-c.h:26
PNE_P6_C_BUS_TRAN_POWER
Definition:
map-p6-c.h:40
PNE_P6_C_LD_BLOCKS
Definition:
map-p6-c.h:77
PNE_P6_C_BUS_TRAN_RFO
Definition:
map-p6-c.h:41
PNE_P6_C_MISALIGN_MEM_REF
Definition:
map-p6-c.h:78
PNE_P6_C_BUS_TRAN_ANY
Definition:
map-p6-c.h:33
src
freebsd
map-p6-c.h
Generated on Wed Mar 27 2019 00:55:12 for PAPI by
1.8.15