Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c75 static inline unsigned int mon_event_config_index_get(u32 evtid) in mon_event_config_index_get() argument
77 switch (evtid) { in mon_event_config_index_get()
94 index = mon_event_config_index_get(config_info->evtid); in resctrl_arch_mon_event_config_read()
96 pr_warn_once("Invalid event id %d\n", config_info->evtid); in resctrl_arch_mon_event_config_read()
110 index = mon_event_config_index_get(config_info->evtid); in resctrl_arch_mon_event_config_write()
112 pr_warn_once("Invalid event id %d\n", config_info->evtid); in resctrl_arch_mon_event_config_write()
H A Dmonitor.c537 enum resctrl_event_id evtid, u32 rmid, u32 closid, in resctrl_arch_config_cntr() argument
549 abmc_cfg.split.bw_type = resctrl_get_mon_evt_cfg(evtid); in resctrl_arch_config_cntr()
557 am = get_arch_mbm_state(hw_dom, rmid, evtid); in resctrl_arch_config_cntr()
/linux/arch/x86/include/asm/
H A Dresctrl.h184 enum resctrl_event_id evtid) in resctrl_arch_mon_ctx_alloc() argument
191 enum resctrl_event_id evtid, in resctrl_arch_mon_ctx_free() argument
/linux/drivers/perf/
H A Dalibaba_uncore_drw_pmu.c618 int evtid; in ali_drw_pmu_add() local
620 evtid = GET_DRW_EVENTID(event); in ali_drw_pmu_add()
622 if (evtid != ALI_DRW_PMU_CYCLE_EVT_ID) { in ali_drw_pmu_add()
627 drw_pmu->evtids[idx] = evtid; in ali_drw_pmu_add()