HomeSort by: relevance | last modified time | path
    Searched defs:pmevtyper (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/tprof/
tprof_armv7.c 176 uint32_t pmevtyper = __SHIFTIN(param->p_event, PMEVTYPER_EVTCOUNT); local in function:armv7_pmu_configure_event
178 pmevtyper |= PMEVTYPER_U;
180 pmevtyper |= PMEVTYPER_P;
181 armv7_pmu_set_pmevtyper(counter, pmevtyper);
tprof_armv8.c 149 uint64_t pmevtyper = __SHIFTIN(param->p_event, PMEVTYPER_EVTCOUNT); local in function:armv8_pmu_configure_event
151 pmevtyper |= PMEVTYPER_U;
153 pmevtyper |= PMEVTYPER_P;
154 armv8_pmu_set_pmevtyper(counter, pmevtyper);
tprof_armv7.c 176 uint32_t pmevtyper = __SHIFTIN(param->p_event, PMEVTYPER_EVTCOUNT); local in function:armv7_pmu_configure_event
178 pmevtyper |= PMEVTYPER_U;
180 pmevtyper |= PMEVTYPER_P;
181 armv7_pmu_set_pmevtyper(counter, pmevtyper);
tprof_armv8.c 149 uint64_t pmevtyper = __SHIFTIN(param->p_event, PMEVTYPER_EVTCOUNT); local in function:armv8_pmu_configure_event
151 pmevtyper |= PMEVTYPER_U;
153 pmevtyper |= PMEVTYPER_P;
154 armv8_pmu_set_pmevtyper(counter, pmevtyper);

Completed in 24 milliseconds