Home
last modified time | relevance | path

Searched refs:SLEEP_PROFILING (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dprofile.h14 #define SLEEP_PROFILING 3 macro
/linux-6.6.21/kernel/sched/
Dstats.c100 if (unlikely(prof_on == SLEEP_PROFILING)) { in __update_stats_enqueue_sleeper()
101 profile_hits(SLEEP_PROFILING, in __update_stats_enqueue_sleeper()
/linux-6.6.21/kernel/
Dprofile.c68 prof_on = SLEEP_PROFILING; in profile_setup()