Searched refs:int_ops (Results 1 – 1 of 1) sorted by relevance
52 static struct op_int_operations const * int_ops; variable138 int_ops->stop_cpu(cpu); in stop_cpu_perfctr()144 int_ops->start_cpu(cpu); in start_cpu_perfctr()489 if ((err = int_ops->check_params())) in parms_check()518 if ((err = int_ops->setup())) { in oprof_start()525 int_ops->start(); in oprof_start()544 int_ops->stop(); in oprof_partial_stop()787 if ((err = int_ops->add_sysctls(next))) in init_sysctl()800 int_ops->remove_sysctls(next); in cleanup_sysctl()821 int_ops = op_int_interface(); in oprof_init()[all …]