Lines Matching refs:ioss_evtconfig

529 				     struct telemetry_evtconfig ioss_evtconfig,  in telemetry_setup_evtconfig()  argument
546 ret = telemetry_check_evtid(TELEM_IOSS, ioss_evtconfig.evtmap, in telemetry_setup_evtconfig()
547 ioss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
551 if (ioss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
552 ret = telemetry_setup_iossevtconfig(ioss_evtconfig, action); in telemetry_setup_evtconfig()
575 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_setup() local
629 ioss_evtconfig.evtmap = NULL; in telemetry_setup()
630 ioss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_setup()
631 ioss_evtconfig.period = TELEM_SAMPLING_DEFAULT_PERIOD; in telemetry_setup()
633 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_setup()
643 struct telemetry_evtconfig ioss_evtconfig) in telemetry_plt_update_events() argument
653 if ((ioss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
654 (TELEM_SAMPLE_PERIOD_INVALID(ioss_evtconfig.period))) { in telemetry_plt_update_events()
659 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_update_events()
785 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_plt_reset_events() local
792 ioss_evtconfig.evtmap = NULL; in telemetry_plt_reset_events()
793 ioss_evtconfig.num_evts = TELEM_MAX_OS_ALLOCATED_EVENTS; in telemetry_plt_reset_events()
794 ioss_evtconfig.period = TELEM_SAMPLING_DEFAULT_PERIOD; in telemetry_plt_reset_events()
796 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_reset_events()
848 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_plt_add_events() local
855 ioss_evtconfig.evtmap = ioss_evtmap; in telemetry_plt_add_events()
856 ioss_evtconfig.num_evts = num_ioss_evts; in telemetry_plt_add_events()
857 ioss_evtconfig.period = telm_conf->ioss_config.curr_period; in telemetry_plt_add_events()
859 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_add_events()