oprofile_ops 317 drivers/oprofile/cpu_buffer.c oprofile_ops.backtrace(regs, backtrace); oprofile_ops 25 drivers/oprofile/oprof.c struct oprofile_operations oprofile_ops; oprofile_ops 50 drivers/oprofile/oprof.c if (oprofile_ops.setup && (err = oprofile_ops.setup())) oprofile_ops 58 drivers/oprofile/oprof.c if (oprofile_ops.sync_start) { oprofile_ops 59 drivers/oprofile/oprof.c int sync_ret = oprofile_ops.sync_start(); oprofile_ops 81 drivers/oprofile/oprof.c if (oprofile_ops.shutdown) oprofile_ops 82 drivers/oprofile/oprof.c oprofile_ops.shutdown(); oprofile_ops 99 drivers/oprofile/oprof.c if (oprofile_ops.switch_events) oprofile_ops 110 drivers/oprofile/oprof.c if (oprofile_ops.switch_events()) oprofile_ops 130 drivers/oprofile/oprof.c if (!oprofile_ops.switch_events) { oprofile_ops 173 drivers/oprofile/oprof.c if ((err = oprofile_ops.start())) oprofile_ops 191 drivers/oprofile/oprof.c oprofile_ops.stop(); oprofile_ops 206 drivers/oprofile/oprof.c if (oprofile_ops.sync_stop) { oprofile_ops 207 drivers/oprofile/oprof.c int sync_ret = oprofile_ops.sync_stop(); oprofile_ops 220 drivers/oprofile/oprof.c if (oprofile_ops.shutdown) oprofile_ops 221 drivers/oprofile/oprof.c oprofile_ops.shutdown(); oprofile_ops 250 drivers/oprofile/oprof.c err = oprofile_arch_init(&oprofile_ops); oprofile_ops 260 drivers/oprofile/oprof.c if (timer || op_nmi_timer_init(&oprofile_ops)) { oprofile_ops 261 drivers/oprofile/oprof.c err = oprofile_timer_init(&oprofile_ops); oprofile_ops 29 drivers/oprofile/oprof.h extern struct oprofile_operations oprofile_ops; oprofile_ops 83 drivers/oprofile/oprofile_files.c if (!oprofile_ops.backtrace) oprofile_ops 119 drivers/oprofile/oprofile_files.c return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset); oprofile_ops 199 drivers/oprofile/oprofile_files.c if (oprofile_ops.create_files) oprofile_ops 200 drivers/oprofile/oprofile_files.c oprofile_ops.create_files(root);