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

  /src/sys/dev/tprof/
tprof.h 67 void (*tbo_stop)(tprof_countermask_t); member in struct:tprof_backend_ops
tprof_armv7.c 276 .tbo_stop = armv7_pmu_stop,
tprof_armv8.c 248 .tbo_stop = armv8_pmu_stop,
tprof_x86_amd.c 310 .tbo_stop = tprof_amd_stop,
tprof_x86_intel.c 313 .tbo_stop = tprof_intel_stop,
tprof.c 327 tb->tb_ops->tbo_stop(stopmask);

Completed in 15 milliseconds