Searched refs:tprof_backend_ops_t (Results 1 – 7 of 7) sorted by relevance
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; in tprof_x86_init()
70 } tprof_backend_ops_t; typedef73 int tprof_backend_register(const char *, const tprof_backend_ops_t *, int);
239 static const tprof_backend_ops_t tprof_armv8_pmu_ops = {
267 static const tprof_backend_ops_t tprof_armv7_pmu_ops = {
301 const tprof_backend_ops_t tprof_amd_ops = {
304 const tprof_backend_ops_t tprof_intel_ops = {
102 const tprof_backend_ops_t *tb_ops;736 tprof_backend_register(const char *name, const tprof_backend_ops_t *ops, in tprof_backend_register()