logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::scheduler.wakeup_new - Newly created task is woken up for the first time

Name

       probe::scheduler.wakeup_new - Newly created task is woken up for the first time

See Also

tapset::scheduler(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SCHEDULER.W(3stap)

Synopsis

       scheduler.wakeup_new

Values

task_state
           state of the task woken up

       task_priority
           priority of the new task

       task_cpu
           cpu of the task woken up

       task_tid
           TID of the new task woken up

       name
           name of the probe point

       task_pid
           PID of the new task woken up

See Also