Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c1673 const struct pmc_event_descr *ev, *evfence; in _pmc_name_of_event() local
1675 ev = evfence = NULL; in _pmc_name_of_event()
1678 evfence = k8_event_table + PMC_EVENT_TABLE_SIZE(k8); in _pmc_name_of_event()
1684 evfence = cortex_a8_event_table + PMC_EVENT_TABLE_SIZE(cortex_a8); in _pmc_name_of_event()
1688 evfence = cortex_a9_event_table + PMC_EVENT_TABLE_SIZE(cortex_a9); in _pmc_name_of_event()
1697 evfence = cortex_a53_event_table + PMC_EVENT_TABLE_SIZE(cortex_a53); in _pmc_name_of_event()
1701 evfence = cortex_a57_event_table + PMC_EVENT_TABLE_SIZE(cortex_a57); in _pmc_name_of_event()
1705 evfence = cortex_a76_event_table + PMC_EVENT_TABLE_SIZE(cortex_a76); in _pmc_name_of_event()
1713 evfence = cmn600_pmu_event_table + in _pmc_name_of_event()
1718 evfence = dmc620_pmu_cd2_event_table + in _pmc_name_of_event()
[all …]