Home
last modified time | relevance | path

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

/linux/kernel/
H A Dprofile.c47 int prof_on __read_mostly;
48 EXPORT_SYMBOL_GPL(prof_on);
58 prof_on = SCHED_PROFILING; in profile_setup()
61 prof_on = KVM_PROFILING; in profile_setup()
65 prof_on = CPU_PROFILING; in profile_setup()
87 if (!prof_on) in profile_init()
95 prof_on = 0; in profile_init()
127 if (prof_on != type || !prof_buffer) in profile_hits()
221 if (!prof_on) in create_proc_profile()
H A Dksysfs.c88 return sysfs_emit(buf, "%d\n", prof_on); in profiling_show()
103 if (prof_on) in profiling_store()
/linux/include/linux/
H A Dprofile.h29 extern int prof_on __read_mostly;
50 if (unlikely(prof_on == type)) in profile_hit()
59 #define prof_on 0 macro
/linux/arch/x86/kvm/
H A Dx86.c11438 if (unlikely(prof_on == KVM_PROFILING && in vcpu_enter_guest()