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

  /src/sys/dev/tprof/
tprof.h 65 void (*tbo_configure_event)(u_int, const tprof_param_t *); member in struct:tprof_backend_ops
tprof_armv7.c 274 .tbo_configure_event = armv7_pmu_configure_event,
tprof_armv8.c 246 .tbo_configure_event = armv8_pmu_configure_event,
tprof_x86_amd.c 308 .tbo_configure_event = tprof_amd_configure_event,
tprof_x86_intel.c 311 .tbo_configure_event = tprof_intel_configure_event,
tprof.c 473 tb->tb_ops->tbo_configure_event(counter, param);

Completed in 16 milliseconds