Home
last modified time | relevance | path

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

/arch/arc/kernel/
Dperf_event.c161 arc_pmu_ev_hw_map[ret]); in arc_pmu_cache_event()
199 arc_pmu_ev_hw_map[event->attr.config]); in arc_pmu_event_init()
208 (int)hwc->config, arc_pmu_ev_hw_map[ret]); in arc_pmu_event_init()
535 if (!arc_pmu_ev_hw_map[i]) in event_in_hw_event_map()
538 if (!strlen(arc_pmu_ev_hw_map[i])) in event_in_hw_event_map()
541 if (strcmp(arc_pmu_ev_hw_map[i], name)) in event_in_hw_event_map()
552 for (i = 0; i < ARRAY_SIZE(arc_pmu_ev_hw_map); i++) { in arc_pmu_map_hw_event()
/arch/arc/include/asm/
Dperf_event.h91 static const char * const arc_pmu_ev_hw_map[] = { variable