Lines Matching refs:profiling_mode
76 static unsigned int profiling_mode; variable
867 profiling_mode = SPU_PROFILING_CYCLES; in cell_reg_setup()
871 profiling_mode = SPU_PROFILING_EVENTS; in cell_reg_setup()
882 profiling_mode = PPU_PROFILING; in cell_reg_setup()
903 if (profiling_mode == SPU_PROFILING_CYCLES) in cell_cpu_setup()
932 if (profiling_mode == SPU_PROFILING_EVENTS) { in cell_cpu_setup()
1233 if (profiling_mode == PPU_PROFILING) in cell_global_stop()
1235 else if (profiling_mode == SPU_PROFILING_EVENTS) in cell_global_stop()
1442 if (profiling_mode == SPU_PROFILING_CYCLES) in cell_global_start()
1444 else if (profiling_mode == SPU_PROFILING_EVENTS) in cell_global_start()
1672 if (profiling_mode == PPU_PROFILING) in cell_handle_interrupt()
1685 if ((profiling_mode == SPU_PROFILING_CYCLES) || in cell_sync_start()
1686 (profiling_mode == SPU_PROFILING_EVENTS)) in cell_sync_start()
1694 if ((profiling_mode == SPU_PROFILING_CYCLES) || in cell_sync_stop()
1695 (profiling_mode == SPU_PROFILING_EVENTS)) in cell_sync_stop()