Lines Matching refs:ioss_evtconfig
550 struct telemetry_evtconfig ioss_evtconfig, in telemetry_setup_evtconfig() argument
567 ret = telemetry_check_evtid(TELEM_IOSS, ioss_evtconfig.evtmap, in telemetry_setup_evtconfig()
568 ioss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
572 if (ioss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
573 ret = telemetry_setup_iossevtconfig(ioss_evtconfig, action); in telemetry_setup_evtconfig()
596 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_setup() local
649 ioss_evtconfig.evtmap = NULL; in telemetry_setup()
650 ioss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
651 ioss_evtconfig.period = TELEM_SAMPLING_DEFAULT_PERIOD; in telemetry_setup()
653 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_setup()
663 struct telemetry_evtconfig ioss_evtconfig) in telemetry_plt_update_events() argument
673 if ((ioss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
674 (TELEM_SAMPLE_PERIOD_INVALID(ioss_evtconfig.period))) { in telemetry_plt_update_events()
679 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_update_events()
805 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_plt_reset_events() local
812 ioss_evtconfig.evtmap = NULL; in telemetry_plt_reset_events()
813 ioss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_plt_reset_events()
814 ioss_evtconfig.period = TELEM_SAMPLING_DEFAULT_PERIOD; in telemetry_plt_reset_events()
816 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_reset_events()
868 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_plt_add_events() local
875 ioss_evtconfig.evtmap = ioss_evtmap; in telemetry_plt_add_events()
876 ioss_evtconfig.num_evts = num_ioss_evts; in telemetry_plt_add_events()
877 ioss_evtconfig.period = telm_conf->ioss_config.curr_period; in telemetry_plt_add_events()
879 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_add_events()