Searched refs:prof_cpu_mask (Results 1 – 2 of 2) sorted by relevance
50 static cpumask_var_t prof_cpu_mask; variable108 if (!alloc_cpumask_var(&prof_cpu_mask, GFP_KERNEL)) in profile_init()111 cpumask_copy(prof_cpu_mask, cpu_possible_mask); in profile_init()126 free_cpumask_var(prof_cpu_mask); in profile_init()261 if (cpumask_available(prof_cpu_mask)) in profile_dead_cpu()262 cpumask_clear_cpu(cpu, prof_cpu_mask); in profile_dead_cpu()298 if (cpumask_available(prof_cpu_mask)) in profile_online_cpu()299 cpumask_set_cpu(cpu, prof_cpu_mask); in profile_online_cpu()329 cpumask_test_cpu(smp_processor_id(), prof_cpu_mask)) in profile_tick()340 seq_printf(m, "%*pb\n", cpumask_pr_args(prof_cpu_mask)); in prof_cpu_mask_proc_show()[all …]
832 prof_cpu_mask.837 0 10 12 14 16 18 2 4 6 8 prof_cpu_mask869 prof_cpu_mask specifies which CPUs are to be profiled by the system wide