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

  /src/sys/dev/tprof/
tprof.h 70 } tprof_backend_ops_t; typedef in typeref:struct:tprof_backend_ops
73 int tprof_backend_register(const char *, const tprof_backend_ops_t *, int);
tprof_x86.c 51 extern const tprof_backend_ops_t tprof_amd_ops;
52 extern const tprof_backend_ops_t tprof_intel_ops;
57 const tprof_backend_ops_t *ops;
tprof_armv7.c 267 static const tprof_backend_ops_t tprof_armv7_pmu_ops = {
tprof_armv8.c 239 static const tprof_backend_ops_t tprof_armv8_pmu_ops = {
tprof_x86_amd.c 301 const tprof_backend_ops_t tprof_amd_ops = {
tprof_x86_intel.c 304 const tprof_backend_ops_t tprof_intel_ops = {
tprof.c 102 const tprof_backend_ops_t *tb_ops;
736 tprof_backend_register(const char *name, const tprof_backend_ops_t *ops,

Completed in 18 milliseconds