HomeSort by: relevance | last modified time | path
    Searched refs:p_value2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/tprof/
tprof_types.h 69 uint64_t p_value2; member in struct:tprof_param
71 * p_value2 is an optional value. (p_flags & TPROF_PARAM_VALUE2_MASK)
77 * counter, p_value2 is (0x1_0000_0000 / N). 0 is treated as 1.0.
79 * When the event counter counts up p_value2, an interrupt for
tprof.c 534 if (sc_param->p_value2 == 0)
537 * p_value2 is 64-bit fixed-point
541 inum = sc_param->p_value2 >> 32;
542 dnum = sc_param->p_value2 & __BITS(31, 0);
550 if (sc_param->p_value2 == 0)
551 sc_param->p_value2 = 1;
552 if (sc_param->p_value2 >
554 sc_param->p_value2 =
557 sc->sc_count[c].ctr_counter_val = sc_param->p_value2;
  /src/usr.sbin/tprof/
tprof.c 332 param->p_value2 = n;
344 param->p_value2 = 0x100000000ULL / d;

Completed in 76 milliseconds