Searched refs:profiling_mode (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/oprofile/
H A Dop_model_cell.c80 static unsigned int profiling_mode; variable
875 profiling_mode = SPU_PROFILING_CYCLES; cell_reg_setup()
879 profiling_mode = SPU_PROFILING_EVENTS; cell_reg_setup()
890 profiling_mode = PPU_PROFILING; cell_reg_setup()
911 if (profiling_mode == SPU_PROFILING_CYCLES) cell_cpu_setup()
940 if (profiling_mode == SPU_PROFILING_EVENTS) { cell_cpu_setup()
1241 if (profiling_mode == PPU_PROFILING) cell_global_stop()
1243 else if (profiling_mode == SPU_PROFILING_EVENTS) cell_global_stop()
1450 if (profiling_mode == SPU_PROFILING_CYCLES) cell_global_start()
1452 else if (profiling_mode == SPU_PROFILING_EVENTS) cell_global_start()
1680 if (profiling_mode == PPU_PROFILING) cell_handle_interrupt()
1693 if ((profiling_mode == SPU_PROFILING_CYCLES) || cell_sync_start()
1694 (profiling_mode == SPU_PROFILING_EVENTS)) cell_sync_start()
1702 if ((profiling_mode == SPU_PROFILING_CYCLES) || cell_sync_stop()
1703 (profiling_mode == SPU_PROFILING_EVENTS)) cell_sync_stop()

Completed in 189 milliseconds