Home
last modified time | relevance | path

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

/arch/xtensa/kernel/
Dperf_event.c67 static const u32 xtensa_hw_ctl[] = { variable
213 if (event->attr.config >= ARRAY_SIZE(xtensa_hw_ctl) || in xtensa_pmu_event_init()
214 xtensa_hw_ctl[event->attr.config] == 0) in xtensa_pmu_event_init()
216 event->hw.config = xtensa_hw_ctl[event->attr.config]; in xtensa_pmu_event_init()