Lines Matching refs:pss_evtconfig
528 static int telemetry_setup_evtconfig(struct telemetry_evtconfig pss_evtconfig, in telemetry_setup_evtconfig() argument
541 ret = telemetry_check_evtid(TELEM_PSS, pss_evtconfig.evtmap, in telemetry_setup_evtconfig()
542 pss_evtconfig.num_evts, action); in telemetry_setup_evtconfig()
557 if (pss_evtconfig.num_evts) { in telemetry_setup_evtconfig()
558 ret = telemetry_setup_pssevtconfig(pss_evtconfig, action); in telemetry_setup_evtconfig()
575 struct telemetry_evtconfig pss_evtconfig, ioss_evtconfig; in telemetry_setup() local
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()
633 ret = telemetry_setup_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() argument
647 if ((pss_evtconfig.num_evts > 0) && in telemetry_plt_update_events()
648 (TELEM_SAMPLE_PERIOD_INVALID(pss_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
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()
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
851 pss_evtconfig.evtmap = pss_evtmap; in telemetry_plt_add_events()
852 pss_evtconfig.num_evts = num_pss_evts; in telemetry_plt_add_events()
853 pss_evtconfig.period = telm_conf->pss_config.curr_period; in telemetry_plt_add_events()
859 ret = telemetry_setup_evtconfig(pss_evtconfig, ioss_evtconfig, in telemetry_plt_add_events()