]> sourceware.org Git - systemtap.git/commitdiff
2006-09-26 David Smith <dsmith@redhat.com>
authordsmith <dsmith>
Tue, 26 Sep 2006 21:36:35 +0000 (21:36 +0000)
committerdsmith <dsmith>
Tue, 26 Sep 2006 21:36:35 +0000 (21:36 +0000)
* tskdispatch.stp: Changed 'stpd' reference to 'staprun'.

tapset/LKET/Changelog
tapset/LKET/tskdispatch.stp

index 09d11a7a52ff326efe1f507a172a312753f34d15..4e45b6ca79c5417439d4d8d9c7ce90eeea380757 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-26  David Smith  <dsmith@redhat.com>
+
+       * tskdispatch.stp: Changed 'stpd' reference to 'staprun'.
+
 2006-09-23  Li Guanglei <guanglei@cn.ibm.com>
 
        * register_event.stp, process.stp, lket_trace.stp: Change to
index d56e69e7f31920748759273c6ba292b10e1301b3..eeca9f064f66a687670599a78d53a3f9a5fcd0ce 100755 (executable)
@@ -48,7 +48,7 @@ probe _addevent.tskdispatch.ctxswitch
 {
        target_pid = target()
        cur_pid = pid()
-       if( stp_pid() != cur_pid ) {  /* skip stpd itself */
+       if( stp_pid() != cur_pid ) {  /* skip staprun itself */
                if(target_pid == 0 || (target_pid !=0 && (prev_pid == target_pid 
                        || next_pid == target_pid)))  {
                        log_ctxswitch_tracedata(HOOKID_TASK_CTXSWITCH, prev_task, next_task)
This page took 0.04092 seconds and 5 git commands to generate.