Home
last modified time | relevance | path

Searched refs:tbo_start (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof.h66 void (*tbo_start)(tprof_countermask_t); member
H A Dtprof_armv8.c247 .tbo_start = armv8_pmu_start,
H A Dtprof_armv7.c275 .tbo_start = armv7_pmu_start,
H A Dtprof_x86_amd.c309 .tbo_start = tprof_amd_start,
H A Dtprof_x86_intel.c312 .tbo_start = tprof_intel_start,
H A Dtprof.c318 tb->tb_ops->tbo_start(runmask); in tprof_start_cpu()