Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c22 /* spu_prof_running is a flag used to indicate if spu profiling is enabled
29 * one CPU per user at a time will be changing the value of spu_prof_running.
33 int spu_prof_running; variable
138 if (!spu_prof_running) in profile_spus()
180 if (!spu_prof_running) in profile_spus()
215 spu_prof_running = 1; in start_spu_profiling_cycles()
231 spu_prof_running = 1; in start_spu_profiling_events()
239 spu_prof_running = 0; in stop_spu_profiling_cycles()
247 spu_prof_running = 0; in stop_spu_profiling_events()
H A Dpr_util.h27 extern int spu_prof_running;
H A Dspu_task_sync.c129 if (spu_prof_running) in wq_sync_spu_buff()

Completed in 3 milliseconds