From 739aa6f5209c3756d42de8380107f49891044bd8 Mon Sep 17 00:00:00 2001 From: guanglei Date: Thu, 18 May 2006 10:07:15 +0000 Subject: Check into CVS the tracing specific tapsets used by LKET. And some minor changes to current tapsets --- tapset/context.stp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tapset/context.stp') diff --git a/tapset/context.stp b/tapset/context.stp index 00629900..9a46df19 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -136,3 +136,7 @@ function target:long () %{ /* pure */ %} function returnval () { return retval () } # deprecated + +function stp_pid:long () %{ /* pure */ + THIS->__retvalue = _stp_pid; +%} -- cgit