Lines Matching refs:profiling_mode
80 static unsigned int profiling_mode; variable
871 profiling_mode = SPU_PROFILING_CYCLES; in cell_reg_setup()
875 profiling_mode = SPU_PROFILING_EVENTS; in cell_reg_setup()
886 profiling_mode = PPU_PROFILING; in cell_reg_setup()
907 if (profiling_mode == SPU_PROFILING_CYCLES) in cell_cpu_setup()
936 if (profiling_mode == SPU_PROFILING_EVENTS) { in cell_cpu_setup()
1237 if (profiling_mode == PPU_PROFILING) in cell_global_stop()
1239 else if (profiling_mode == SPU_PROFILING_EVENTS) in cell_global_stop()
1446 if (profiling_mode == SPU_PROFILING_CYCLES) in cell_global_start()
1448 else if (profiling_mode == SPU_PROFILING_EVENTS) in cell_global_start()
1676 if (profiling_mode == PPU_PROFILING) in cell_handle_interrupt()
1689 if ((profiling_mode == SPU_PROFILING_CYCLES) || in cell_sync_start()
1690 (profiling_mode == SPU_PROFILING_EVENTS)) in cell_sync_start()
1698 if ((profiling_mode == SPU_PROFILING_CYCLES) || in cell_sync_stop()
1699 (profiling_mode == SPU_PROFILING_EVENTS)) in cell_sync_stop()