Lines Matching refs:ops
192 int __init oprofile_arch_init(struct oprofile_operations *ops) in oprofile_arch_init() argument
204 ops->sync_start = model->sync_start; in oprofile_arch_init()
205 ops->sync_stop = model->sync_stop; in oprofile_arch_init()
231 ops->cpu_type = cur_cpu_spec->oprofile_cpu_type; in oprofile_arch_init()
232 ops->create_files = op_powerpc_create_files; in oprofile_arch_init()
233 ops->setup = op_powerpc_setup; in oprofile_arch_init()
234 ops->shutdown = op_powerpc_shutdown; in oprofile_arch_init()
235 ops->start = op_powerpc_start; in oprofile_arch_init()
236 ops->stop = op_powerpc_stop; in oprofile_arch_init()
237 ops->backtrace = op_powerpc_backtrace; in oprofile_arch_init()
240 ops->cpu_type); in oprofile_arch_init()