Searched refs:spu_prof_running (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c26 /* spu_prof_running is a flag used to indicate if spu profiling is enabled
33 * one CPU per user at a time will be changing the value of spu_prof_running.
37 int spu_prof_running; variable
142 if (!spu_prof_running)
184 if (!spu_prof_running)
219 spu_prof_running = 1;
235 spu_prof_running = 1;
243 spu_prof_running = 0;
251 spu_prof_running = 0;
H A Dpr_util.h31 extern int spu_prof_running;
H A Dspu_task_sync.c132 if (spu_prof_running)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c26 /* spu_prof_running is a flag used to indicate if spu profiling is enabled
33 * one CPU per user at a time will be changing the value of spu_prof_running.
37 int spu_prof_running; variable
142 if (!spu_prof_running)
184 if (!spu_prof_running)
219 spu_prof_running = 1;
235 spu_prof_running = 1;
243 spu_prof_running = 0;
251 spu_prof_running = 0;
H A Dpr_util.h31 extern int spu_prof_running;
H A Dspu_task_sync.c132 if (spu_prof_running)

Completed in 122 milliseconds