|
NAME | DESCRIPTION | SEE ALSO | COLOPHON |
|
|
|
TAPSET::SCHEDULER(3stap) TAPSET::SCHEDULER(3stap)
tapset::scheduler - systemtap scheduler tapset
scheduler.cpu_off
Process is about to stop running on a cpu
See probe::scheduler.cpu_off(3stap)
for details.
scheduler.cpu_on
Process is beginning execution on a cpu
See probe::scheduler.cpu_on(3stap)
for details.
scheduler.tick
Schedulers internal tick, a processes timeslice accounting
is updated
See probe::scheduler.tick(3stap)
for details.
scheduler.balance
A cpu attempting to find more work.
See probe::scheduler.balance(3stap)
for details.
scheduler.ctxswitch
A context switch is occuring.
See probe::scheduler.ctxswitch(3stap)
for details.
scheduler.kthread_stop
A thread created by kthread_create is being stopped
See probe::scheduler.kthread_stop(3stap)
for details.
scheduler.kthread_stop.return
A kthread is stopped and gets the return value
See probe::scheduler.kthread_stop.return(3stap)
for details.
scheduler.wait_task
Waiting on a task to unschedule (become inactive)
See probe::scheduler.wait_task(3stap)
for details.
scheduler.wakeup
Task is woken up
See probe::scheduler.wakeup(3stap)
for details.
scheduler.wakeup_new
Newly created task is woken up for the first time
See probe::scheduler.wakeup_new(3stap)
for details.
scheduler.migrate
Task migrating across cpus
See probe::scheduler.migrate(3stap)
for details.
scheduler.process_free
Scheduler freeing a data structure for a process
See probe::scheduler.process_free(3stap)
for details.
scheduler.process_exit
Process exiting
See probe::scheduler.process_exit(3stap)
for details.
scheduler.process_wait
Scheduler starting to wait on a process
See probe::scheduler.process_wait(3stap)
for details.
scheduler.process_fork
Process forked
See probe::scheduler.process_fork(3stap)
for details.
scheduler.signal_send
Sending a signal
See probe::scheduler.signal_send(3stap)
for details.
probe::scheduler.cpu_off(3stap), probe::scheduler.cpu_on(3stap),
probe::scheduler.tick(3stap), probe::scheduler.balance(3stap),
probe::scheduler.ctxswitch(3stap),
probe::scheduler.kthread_stop(3stap),
probe::scheduler.kthread_stop.return(3stap),
probe::scheduler.wait_task(3stap), probe::scheduler.wakeup(3stap),
probe::scheduler.wakeup_new(3stap),
probe::scheduler.migrate(3stap),
probe::scheduler.process_free(3stap),
probe::scheduler.process_exit(3stap),
probe::scheduler.process_wait(3stap),
probe::scheduler.process_fork(3stap),
probe::scheduler.signal_send(3stap), stap(1), stapprobes(3stap)
This page is part of the systemtap (a tracing and live-system
analysis tool) project. Information about the project can be
found at ⟨https://sourceware.org/systemtap/⟩. If you have a bug
report for this manual page, send it to [email protected].
This page was obtained from the project's upstream Git repository
⟨git://sourceware.org/git/systemtap.git⟩ on 2025-08-11. (At that
time, the date of the most recent commit that was found in the
repository was 2025-07-24.) If you discover any rendering
problems in this HTML version of the page, or you believe there is
a better or more up-to-date source for the page, or you have
corrections or improvements to the information in this COLOPHON
(which is not part of the original manual page), send a mail to
[email protected]
SystemTap Tapset Reference April 2025 TAPSET::SCHEDULER(3stap)
Pages that refer to this page: probe::scheduler.balance(3stap), probe::scheduler.cpu_off(3stap), probe::scheduler.cpu_on(3stap), probe::scheduler.ctxswitch(3stap), probe::scheduler.kthread_stop(3stap), probe::scheduler.kthread_stop.return(3stap), probe::scheduler.migrate(3stap), probe::scheduler.process_exit(3stap), probe::scheduler.process_fork(3stap), probe::scheduler.process_free(3stap), probe::scheduler.process_wait(3stap), probe::scheduler.signal_send(3stap), probe::scheduler.tick(3stap), probe::scheduler.wait_task(3stap), probe::scheduler.wakeup(3stap), probe::scheduler.wakeup_new(3stap)