]> sourceware.org Git - systemtap.git/commitdiff
none
authorfche <fche>
Thu, 26 May 2005 13:53:30 +0000 (13:53 +0000)
committerfche <fche>
Thu, 26 May 2005 13:53:30 +0000 (13:53 +0000)
tapsets/contextinfo/contextinfo.txt

index 275f1b6d79cd7fff6aac69758bcaa657ae944997..5f7f725f9b46d298493160ab18962523e6972883 100644 (file)
@@ -24,6 +24,8 @@
   $pc: number: PC snapshot at invocation
   $stack[depth]: number: PC of caller at given depth, if available
 
+  $pid, $tgid, $uid, $comm : number/string : current-> fields
+
 * Dependencies:
 
   Debug-info files
@@ -40,6 +42,9 @@
   $stack[0] might take some probing in the registers, or (eek!) on the
   target stack frame.  Conservatively returning 0 instead may be okay.
 
+  The current-based series of values ($pid etc.), for kernel-targeted
+  probes, need to check for !in_interrupt() before dereferencing current->.
+
 * Data collection:
 
   Several of the variables are translation-time constants, so these don't
This page took 0.027311 seconds and 5 git commands to generate.