Searched refs:prof_cpu_mask (Results 1 – 2 of 2) sorted by relevance
49 static cpumask_var_t prof_cpu_mask; variable113 if (!alloc_cpumask_var(&prof_cpu_mask, GFP_KERNEL)) in profile_init()116 cpumask_copy(prof_cpu_mask, cpu_possible_mask); in profile_init()131 free_cpumask_var(prof_cpu_mask); in profile_init()339 if (prof_cpu_mask != NULL) in profile_dead_cpu()340 cpumask_clear_cpu(cpu, prof_cpu_mask); in profile_dead_cpu()376 if (prof_cpu_mask != NULL) in profile_online_cpu()377 cpumask_set_cpu(cpu, prof_cpu_mask); in profile_online_cpu()406 if (!user_mode(regs) && prof_cpu_mask != NULL && in profile_tick()407 cpumask_test_cpu(smp_processor_id(), prof_cpu_mask)) in profile_tick()[all …]
757 prof_cpu_mask.761 0 10 12 14 16 18 2 4 6 8 prof_cpu_mask793 prof_cpu_mask specifies which CPUs are to be profiled by the system wide