Home | Sort by: relevance | last modified time | path |
/src/sys/dev/tprof/ | |
tprof_armv7.c | 230 uint64_t *counters_offset = local in function:armv7_pmu_intr 241 counters_offset[bit] += 253 counters_offset[bit] += __BIT(32); |
tprof_armv8.c | 202 uint64_t *counters_offset = local in function:armv8_pmu_intr 213 counters_offset[bit] += 225 counters_offset[bit] += __BIT(32); |
tprof_x86_amd.c | 192 uint64_t *counters_offset = local in function:tprof_amd_nmi 208 counters_offset[bit] += 222 counters_offset[bit] += __BIT(COUNTER_BITWIDTH); |
tprof_x86_intel.c | 185 uint64_t *counters_offset = local in function:tprof_intel_nmi 201 counters_offset[bit] += 215 counters_offset[bit] += __BIT(counter_bitwidth); |
tprof.c | 458 uint64_t *counters_offset = vp; local in function:tprof_init_percpu_counters_offset 463 counters_offset[counter] = param->p_value; 608 uint64_t *counters_offset; local in function:tprof_getcounts_cpu 612 counters_offset = percpu_getref(sc->sc_ctr_offset_percpu); 616 counters[c] = counters_offset[c] + |