Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pmu.c60 static unsigned int config_to_event_id(u64 config) in config_to_event_id() function
119 unsigned int event_id = config_to_event_id(config); in is_engine_event()
127 u32 id = config_to_event_id(event->attr.config); in is_gt_frequency_event()
188 switch (config_to_event_id(config)) { in event_param_valid()
252 id = config_to_event_id(event->attr.config); in xe_pmu_event_init()
286 if (config_to_event_id(config) == XE_PMU_EVENT_ENGINE_ACTIVE_TICKS) in read_engine_events()
301 switch (config_to_event_id(event->attr.config)) { in __xe_pmu_event_read()