Home
last modified time | relevance | path

Searched refs:pe_code (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_ppc970.c92 .pe_code = 0x09
96 .pe_code = 0x2
100 .pe_code = 0x03
104 .pe_code = 0x04
108 .pe_code = 0x05
112 .pe_code = 0x0a
116 .pe_code = 0x0f
120 .pe_code = 0x3
124 .pe_code = 0x4
128 .pe_code = 0x5
[all …]
H A Dhwpmc_e500.c44 uint8_t pe_code; /* numeric code */ member
61 .pe_code = number, .pe_cpu = core }
389 if (ev->pe_code == 0) in e500_allocate_pmc()
408 config |= PMLCax_EVENT(ev->pe_code); in e500_allocate_pmc()
H A Dhwpmc_powerpc.h74 uint32_t pe_code; member
H A Dhwpmc_amd.c96 uint16_t pe_code; /* encoded event mask */ member
406 AMD_PMC_TO_EVENTMASK(amd_event_codes[i].pe_code); in amd_allocate_pmc()
H A Dhwpmc_armv7.c43 uint8_t pe_code; member
H A Dhwpmc_mpc7xxx.c68 { .pe_event = PMC_EV_PPC7450_##id, .pe_flags = mask, .pe_code = number }
H A Dhwpmc_arm64.c45 uint8_t pe_code;
44 uint8_t pe_code; global() member
H A Dhwpmc_powerpc.c205 config = ppc_event_codes[i].pe_code; in powerpc_allocate_pmc()