Lines Matching refs:sc_param
481 tprof_param_t *sc_param; in tprof_configure_event() local
516 sc_param = &sc->sc_count[c].ctr_param; in tprof_configure_event()
517 memcpy(sc_param, param, sizeof(*sc_param)); /* save copy of param */ in tprof_configure_event()
534 if (sc_param->p_value2 == 0) in tprof_configure_event()
541 inum = sc_param->p_value2 >> 32; in tprof_configure_event()
542 dnum = sc_param->p_value2 & __BITS(31, 0); in tprof_configure_event()
550 if (sc_param->p_value2 == 0) in tprof_configure_event()
551 sc_param->p_value2 = 1; in tprof_configure_event()
552 if (sc_param->p_value2 > in tprof_configure_event()
554 sc_param->p_value2 = in tprof_configure_event()
557 sc->sc_count[c].ctr_counter_val = sc_param->p_value2; in tprof_configure_event()
575 sc_param->p_value = tb->tb_softc.sc_count[c].ctr_counter_reset_val; in tprof_configure_event()