sync_stop          53 arch/powerpc/include/asm/oprofile_impl.h 	int (*sync_stop)(void);
sync_stop         201 arch/powerpc/oprofile/common.c 			ops->sync_stop = model->sync_stop;
sync_stop        1707 arch/powerpc/oprofile/op_model_cell.c 	.sync_stop = cell_sync_stop,
sync_stop          17 drivers/oprofile/buffer_sync.h void sync_stop(void);
sync_stop         206 drivers/oprofile/oprof.c 	if (oprofile_ops.sync_stop) {
sync_stop         207 drivers/oprofile/oprof.c 		int sync_ret = oprofile_ops.sync_stop();
sync_stop         218 drivers/oprofile/oprof.c 	sync_stop();
sync_stop          68 include/linux/oprofile.h 	int (*sync_stop)(void);