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

  /src/sys/dev/tprof/
tprof.h 59 uint32_t (*tbo_ident)(void); member in struct:tprof_backend_ops
tprof_armv7.c 268 .tbo_ident = armv7_pmu_ident,
tprof_armv8.c 240 .tbo_ident = armv8_pmu_ident,
tprof_x86_amd.c 302 .tbo_ident = tprof_amd_ident,
tprof_x86_intel.c 305 .tbo_ident = tprof_intel_ident,
tprof.c 296 info->ti_ident = tb->tb_ops->tbo_ident();

Completed in 16 milliseconds