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

  /src/sys/dev/tprof/
tprof.h 62 uint64_t (*tbo_counter_read)(u_int); member in struct:tprof_backend_ops
tprof_armv7.c 271 .tbo_counter_read = armv7_pmu_get_pmevcntr,
tprof_armv8.c 243 .tbo_counter_read = armv8_pmu_get_pmevcntr,
tprof_x86_amd.c 305 .tbo_counter_read = tprof_amd_counter_read,
tprof_x86_intel.c 308 .tbo_counter_read = tprof_intel_counter_read,
tprof.c 615 uint64_t ctr = tb->tb_ops->tbo_counter_read(c);

Completed in 14 milliseconds