Home
last modified time | relevance | path

Searched refs:try_to_wake_up (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-stats.rst52 Next two are try_to_wake_up() statistics:
54 5) # of times try_to_wake_up() was called
55 6) # of times try_to_wake_up() was called to wake up the local cpu
144 Next three are try_to_wake_up() statistics:
146 34) # of times in this domain try_to_wake_up() awoke a task that
148 35) # of times in this domain try_to_wake_up() moved a task to the
150 36) # of times in this domain try_to_wake_up() started passive balancing
/kernel/linux/linux-5.10/Documentation/locking/
Dlockstat.rst164 … &rq->lock 297 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
169 … &rq->lock 174 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
182 … &rq->lock/1 181 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
/kernel/linux/linux-5.10/Documentation/trace/
Dftrace-uses.rst284 ftrace_set_filter(&ops, "try_to_wake_up", strlen("try_to_wake_up"), 1);
298 ftrace_set_filter(&ops, "try_to_wake_up", strlen("try_to_wake_up"), 0);
Dftrace.rst1197 <idle>-0 [002] 23636.756054: ttwu_do_activate.constprop.89 <-try_to_wake_up
1896 <idle>-0 3dNs7 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up
1965 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up
2014 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up
2018 <idle>-0 3dNh3 4us : _raw_spin_unlock <-try_to_wake_up
2020 <idle>-0 3dNh2 5us : ttwu_stat <-try_to_wake_up
2021 <idle>-0 3dNh2 5us : _raw_spin_unlock_irqrestore <-try_to_wake_up
2140 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up
3143 echo 'try_to_wake_up:enable_event:sched:sched_switch:2' > \
3153 echo '!try_to_wake_up:enable_event:sched:sched_switch:0' > \
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c2987 try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) in try_to_wake_up() function
3211 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
3217 return try_to_wake_up(p, state, 0); in wake_up_state()
5015 return try_to_wake_up(curr->private, mode, wake_flags); in default_wake_function()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch1135 @@ -3019,6 +3048,19 @@ try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags)
1161 return try_to_wake_up(curr->private, mode, wake_flags);