Home
last modified time | relevance | path

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

/linux/kernel/
A Dprofile.c50 static cpumask_var_t prof_cpu_mask; variable
114 if (!alloc_cpumask_var(&prof_cpu_mask, GFP_KERNEL)) in profile_init()
117 cpumask_copy(prof_cpu_mask, cpu_possible_mask); in profile_init()
132 free_cpumask_var(prof_cpu_mask); in profile_init()
340 if (cpumask_available(prof_cpu_mask)) in profile_dead_cpu()
341 cpumask_clear_cpu(cpu, prof_cpu_mask); in profile_dead_cpu()
377 if (cpumask_available(prof_cpu_mask)) in profile_online_cpu()
378 cpumask_set_cpu(cpu, prof_cpu_mask); in profile_online_cpu()
408 cpumask_test_cpu(smp_processor_id(), prof_cpu_mask)) in profile_tick()
419 seq_printf(m, "%*pb\n", cpumask_pr_args(prof_cpu_mask)); in prof_cpu_mask_proc_show()
[all …]
/linux/Documentation/filesystems/
A Dproc.rst814 prof_cpu_mask.
819 0 10 12 14 16 18 2 4 6 8 prof_cpu_mask
851 prof_cpu_mask specifies which CPUs are to be profiled by the system wide
/linux/
A DSystem.map160664 ffff800012115fe8 b prof_cpu_mask
A D.tmp_System.map160664 ffff800012115fe8 b prof_cpu_mask

Completed in 359 milliseconds