Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dprofile.c50 static cpumask_var_t prof_cpu_mask; variable
121 if (!alloc_cpumask_var(&prof_cpu_mask, GFP_KERNEL)) in profile_init()
124 cpumask_copy(prof_cpu_mask, cpu_possible_mask); in profile_init()
139 free_cpumask_var(prof_cpu_mask); in profile_init()
347 if (cpumask_available(prof_cpu_mask)) in profile_dead_cpu()
348 cpumask_clear_cpu(cpu, prof_cpu_mask); in profile_dead_cpu()
384 if (cpumask_available(prof_cpu_mask)) in profile_online_cpu()
385 cpumask_set_cpu(cpu, prof_cpu_mask); in profile_online_cpu()
414 if (!user_mode(regs) && cpumask_available(prof_cpu_mask) && in profile_tick()
415 cpumask_test_cpu(smp_processor_id(), prof_cpu_mask)) in profile_tick()
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst807 prof_cpu_mask.
812 0 10 12 14 16 18 2 4 6 8 prof_cpu_mask
844 prof_cpu_mask specifies which CPUs are to be profiled by the system wide