Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c542 pss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
557 if (pss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
625 pss_evtconfig.evtmap = NULL; in telemetry_setup()
626 pss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
627 pss_evtconfig.period = TELEM_SAMPLING_DEFAULT_PERIOD; in telemetry_setup()
647 if ((pss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
788 pss_evtconfig.evtmap = NULL; in telemetry_plt_reset_events()
789 pss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_plt_reset_events()
790 pss_evtconfig.period = TELEM_SAMPLING_DEFAULT_PERIOD; in telemetry_plt_reset_events()
851 pss_evtconfig.evtmap = pss_evtmap; in telemetry_plt_add_events()
[all …]
H A Dcore.c24 static int telemetry_def_update_events(struct telemetry_evtconfig pss_evtconfig, in telemetry_def_update_events() argument
44 struct telemetry_evtconfig *pss_evtconfig, in telemetry_def_get_eventconfig() argument
114 int telemetry_update_events(struct telemetry_evtconfig pss_evtconfig, in telemetry_update_events() argument
117 return telm_core_conf.telem_ops->update_events(pss_evtconfig, in telemetry_update_events()
185 int telemetry_get_eventconfig(struct telemetry_evtconfig *pss_evtconfig, in telemetry_get_eventconfig() argument
189 return telm_core_conf.telem_ops->get_eventconfig(pss_evtconfig, in telemetry_get_eventconfig()
/openbmc/linux/arch/x86/include/asm/
H A Dintel_telemetry.h65 int (*get_eventconfig)(struct telemetry_evtconfig *pss_evtconfig,
69 int (*update_events)(struct telemetry_evtconfig pss_evtconfig,
104 int telemetry_update_events(struct telemetry_evtconfig pss_evtconfig,