Home
last modified time | relevance | path

Searched refs:tprof_backend_ops_t (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof_x86.c51 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; in tprof_x86_init()
H A Dtprof.h70 } tprof_backend_ops_t; typedef
73 int tprof_backend_register(const char *, const tprof_backend_ops_t *, int);
H A Dtprof_armv8.c239 static const tprof_backend_ops_t tprof_armv8_pmu_ops = {
H A Dtprof_armv7.c267 static const tprof_backend_ops_t tprof_armv7_pmu_ops = {
H A Dtprof_x86_amd.c301 const tprof_backend_ops_t tprof_amd_ops = {
H A Dtprof_x86_intel.c304 const tprof_backend_ops_t tprof_intel_ops = {
H A Dtprof.c102 const tprof_backend_ops_t *tb_ops;
736 tprof_backend_register(const char *name, const tprof_backend_ops_t *ops, in tprof_backend_register()