Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/oprofile/
Dop_model_cell.c76 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()
[all …]