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

/linux-4.4.14/kernel/
H A Dprofile.c46 static cpumask_var_t prof_cpu_mask; variable
109 if (!alloc_cpumask_var(&prof_cpu_mask, GFP_KERNEL)) profile_init()
112 cpumask_copy(prof_cpu_mask, cpu_possible_mask); profile_init()
127 free_cpumask_var(prof_cpu_mask); profile_init()
365 if (prof_cpu_mask != NULL) profile_cpu_callback()
366 cpumask_set_cpu(cpu, prof_cpu_mask); profile_cpu_callback()
372 if (prof_cpu_mask != NULL) profile_cpu_callback()
373 cpumask_clear_cpu(cpu, prof_cpu_mask); profile_cpu_callback()
413 if (!user_mode(regs) && prof_cpu_mask != NULL && profile_tick()
414 cpumask_test_cpu(smp_processor_id(), prof_cpu_mask)) profile_tick()
425 seq_printf(m, "%*pb\n", cpumask_pr_args(prof_cpu_mask)); prof_cpu_mask_proc_show()
445 cpumask_copy(prof_cpu_mask, new_value); prof_cpu_mask_proc_write()
462 /* create /proc/irq/prof_cpu_mask */ create_prof_cpu_mask()
463 proc_create("irq/prof_cpu_mask", 0600, NULL, &prof_cpu_mask_proc_fops); create_prof_cpu_mask()

Completed in 73 milliseconds