diff options
author | Josh Stone <jistone@redhat.com> | 2009-10-02 16:42:44 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-10-02 16:45:34 -0700 |
commit | 0449af0365f19c246f6ce09dd93118a597f78949 (patch) | |
tree | e7745c1c414db43c6c728fc110b93b35420ac2c3 /testsuite/systemtap.examples/profiling/sched_switch.stp | |
parent | ae3072f460693e85962556bf0529a729c7d97bf6 (diff) | |
download | systemtap-steved-0449af0365f19c246f6ce09dd93118a597f78949.tar.gz systemtap-steved-0449af0365f19c246f6ce09dd93118a597f78949.tar.xz systemtap-steved-0449af0365f19c246f6ce09dd93118a597f78949.zip |
Updates samples index for sched_switch
Diffstat (limited to 'testsuite/systemtap.examples/profiling/sched_switch.stp')
-rwxr-xr-x[-rw-r--r--] | testsuite/systemtap.examples/profiling/sched_switch.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/profiling/sched_switch.stp b/testsuite/systemtap.examples/profiling/sched_switch.stp index 24973526..1c1b18b7 100644..100755 --- a/testsuite/systemtap.examples/profiling/sched_switch.stp +++ b/testsuite/systemtap.examples/profiling/sched_switch.stp @@ -1,3 +1,4 @@ +#! /usr/bin/env stap /* This script works similar to ftrace's sched_switch. It displays a list of * processes which get switched in and out of the scheduler. The format of display * is PROCESS_NAME PROCESS_PID CPU TIMESTAMP PID: PRIORITY: PROCESS STATE ->/+ |