Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scheduler/
Dsched-stats.txt46 Next two are try_to_wake_up() statistics:
47 5) # of times try_to_wake_up() was called
48 6) # of times try_to_wake_up() was called to wake up the local cpu
134 Next three are try_to_wake_up() statistics:
135 34) # of times in this domain try_to_wake_up() awoke a task that
137 35) # of times in this domain try_to_wake_up() moved a task to the
139 36) # of times in this domain try_to_wake_up() started passive balancing
/Linux-v4.19/Documentation/locking/
Dlockstat.txt143 … &rq->lock 297 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
148 … &rq->lock 174 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
161 … &rq->lock/1 181 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
/Linux-v4.19/Documentation/trace/
Dftrace-uses.rst276 ftrace_set_filter(&ops, "try_to_wake_up", strlen("try_to_wake_up"), 1);
290 ftrace_set_filter(&ops, "try_to_wake_up", strlen("try_to_wake_up"), 0);
Dftrace.rst1118 <idle>-0 [002] 23636.756054: ttwu_do_activate.constprop.89 <-try_to_wake_up
1761 <idle>-0 3dNs7 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up
1830 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up
1879 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up
1883 <idle>-0 3dNh3 4us : _raw_spin_unlock <-try_to_wake_up
1885 <idle>-0 3dNh2 5us : ttwu_stat <-try_to_wake_up
1886 <idle>-0 3dNh2 5us : _raw_spin_unlock_irqrestore <-try_to_wake_up
2005 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up
2962 echo 'try_to_wake_up:enable_event:sched:sched_switch:2' > \
2972 echo '!try_to_wake_up:enable_event:sched:sched_switch:0' > \
/Linux-v4.19/kernel/sched/
Dcore.c1949 try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) in try_to_wake_up() function
2123 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
2129 return try_to_wake_up(p, state, 0); in wake_up_state()
3711 return try_to_wake_up(curr->private, mode, wake_flags); in default_wake_function()