Searched refs:telemetry_evtconfig (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | intel_telemetry.h | 26 struct telemetry_evtconfig { struct 65 int (*get_eventconfig)(struct telemetry_evtconfig *pss_evtconfig, 66 struct telemetry_evtconfig *ioss_evtconfig, 69 int (*update_events)(struct telemetry_evtconfig pss_evtconfig, 70 struct telemetry_evtconfig ioss_evtconfig); 104 int telemetry_update_events(struct telemetry_evtconfig pss_evtconfig, 105 struct telemetry_evtconfig ioss_evtconfig); 112 int telemetry_get_eventconfig(struct telemetry_evtconfig *pss_config, 113 struct telemetry_evtconfig *ioss_config,
|
/linux/drivers/platform/x86/intel/telemetry/ |
A D | core.c | 24 static int telemetry_def_update_events(struct telemetry_evtconfig pss_evtconfig, in telemetry_def_update_events() 25 struct telemetry_evtconfig ioss_evtconfig) in telemetry_def_update_events() 44 struct telemetry_evtconfig *pss_evtconfig, in telemetry_def_get_eventconfig() 45 struct telemetry_evtconfig *ioss_evtconfig, in telemetry_def_get_eventconfig() 114 int telemetry_update_events(struct telemetry_evtconfig pss_evtconfig, in telemetry_update_events() 115 struct telemetry_evtconfig ioss_evtconfig) in telemetry_update_events() 185 int telemetry_get_eventconfig(struct telemetry_evtconfig *pss_evtconfig, in telemetry_get_eventconfig() 186 struct telemetry_evtconfig *ioss_evtconfig, in telemetry_get_eventconfig()
|
A D | pltdrv.c | 272 static int telemetry_setup_iossevtconfig(struct telemetry_evtconfig evtconfig, in telemetry_setup_iossevtconfig() 404 static int telemetry_setup_pssevtconfig(struct telemetry_evtconfig evtconfig, in telemetry_setup_pssevtconfig() 528 static int telemetry_setup_evtconfig(struct telemetry_evtconfig pss_evtconfig, in telemetry_setup_evtconfig() 529 struct telemetry_evtconfig ioss_evtconfig, in telemetry_setup_evtconfig() 575 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_setup() 642 static int telemetry_plt_update_events(struct telemetry_evtconfig pss_evtconfig, in telemetry_plt_update_events() 643 struct telemetry_evtconfig ioss_evtconfig) in telemetry_plt_update_events() 785 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_plt_reset_events() 805 static int telemetry_plt_get_eventconfig(struct telemetry_evtconfig *pss_config, in telemetry_plt_get_eventconfig() 806 struct telemetry_evtconfig *ioss_config, in telemetry_plt_get_eventconfig() [all …]
|
Completed in 8 milliseconds