summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 056b553a..01661cf1 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -154,6 +154,18 @@ keywords: profiling functions
called function.
+profiling/sched_switch.stp - Display the task switches happening in the scheduler
+keywords: profiling functions
+
+ The sched_switch.stp script takes two arguments, first argument can
+ be "pid" or "name" to indicate what is being passed as second
+ argument. The script will trace the process based on pid/name and
+ print the scheduler switches happening with the process. If no
+ arguments are passed, it displays all the scheduler switches. This
+ can be used to understand which tasks schedule out the current
+ process being traced, and when it gets scheduled in again.
+
+
= FUTEX =
process/futexes.stp - System-Wide Futex Contention
@@ -618,6 +630,18 @@ keywords: profiling functions
called function.
+profiling/sched_switch.stp - Display the task switches happening in the scheduler
+keywords: profiling functions
+
+ The sched_switch.stp script takes two arguments, first argument can
+ be "pid" or "name" to indicate what is being passed as second
+ argument. The script will trace the process based on pid/name and
+ print the scheduler switches happening with the process. If no
+ arguments are passed, it displays all the scheduler switches. This
+ can be used to understand which tasks schedule out the current
+ process being traced, and when it gets scheduled in again.
+
+
profiling/thread-times.stp - Profile kernel functions
keywords: profiling