Searched refs:profiling_mode (Results 1 – 1 of 1) sorted by relevance
80 static unsigned int profiling_mode; variable875 profiling_mode = SPU_PROFILING_CYCLES; in cell_reg_setup()879 profiling_mode = SPU_PROFILING_EVENTS; in cell_reg_setup()890 profiling_mode = PPU_PROFILING; in cell_reg_setup()911 if (profiling_mode == SPU_PROFILING_CYCLES) in cell_cpu_setup()940 if (profiling_mode == SPU_PROFILING_EVENTS) { in cell_cpu_setup()1241 if (profiling_mode == PPU_PROFILING) in cell_global_stop()1243 else if (profiling_mode == SPU_PROFILING_EVENTS) in cell_global_stop()1450 if (profiling_mode == SPU_PROFILING_CYCLES) in cell_global_start()1452 else if (profiling_mode == SPU_PROFILING_EVENTS) in cell_global_start()[all …]