Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/oprofile/
Dop_model_cell.c80 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()
[all …]