From 0eb02aeb72119cb189dd72dcf64b5b5949b38bbd Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:36:35 +0000 Subject: 2006-09-26 David Smith * tskdispatch.stp: Changed 'stpd' reference to 'staprun'. --- tapset/LKET/Changelog | 4 ++++ tapset/LKET/tskdispatch.stp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tapset/LKET/Changelog b/tapset/LKET/Changelog index 09d11a7a..4e45b6ca 100644 --- a/tapset/LKET/Changelog +++ b/tapset/LKET/Changelog @@ -1,3 +1,7 @@ +2006-09-26 David Smith + + * tskdispatch.stp: Changed 'stpd' reference to 'staprun'. + 2006-09-23 Li Guanglei * register_event.stp, process.stp, lket_trace.stp: Change to diff --git a/tapset/LKET/tskdispatch.stp b/tapset/LKET/tskdispatch.stp index d56e69e7..eeca9f06 100755 --- a/tapset/LKET/tskdispatch.stp +++ b/tapset/LKET/tskdispatch.stp @@ -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) -- cgit