Home
last modified time | relevance | path

Searched refs:sync_stop (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/oprofile/
Doprof.c206 if (oprofile_ops.sync_stop) { in oprofile_shutdown()
207 int sync_ret = oprofile_ops.sync_stop(); in oprofile_shutdown()
218 sync_stop(); in oprofile_shutdown()
Dbuffer_sync.h17 void sync_stop(void);
Dbuffer_sync.c188 void sync_stop(void) in sync_stop() function
/linux-3.4.99/arch/powerpc/oprofile/
Dcommon.c205 ops->sync_stop = model->sync_stop; in oprofile_arch_init()
Dop_model_cell.c1717 .sync_stop = cell_sync_stop,
/linux-3.4.99/arch/powerpc/include/asm/
Doprofile_impl.h57 int (*sync_stop)(void); member
/linux-3.4.99/include/linux/
Doprofile.h69 int (*sync_stop)(void); member