Variables

Version 16 by Manfred
on Oct 06, 2008 05:43.

compared with
Current by aleventhal
on Oct 06, 2008 08:09.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View page history
|{{int64_t arg0, ..., arg9}}|The first ten input arguments to a probe represented as raw 64-bit integers. If fewer than ten arguments are passed to the current probe, the remaining variables return zero.|
|{{args[]}}|The typed arguments to the current probe, if any. The {{args[]}} array is accessed using an integer index, but each element is defined to be the type corresponding to the given probe argument. For example, if {{args\[\]}} is referenced by a [{{read}}(2)|http://docs.sun.com/doc/819-2241/read-2?a=view] system call probe, {{args\[0\]}} is of type {{int}}, {{args\[1\]}} is of type {{void *}}, and {{args\[2\]}} is of type {{size_t}}.|
|{{uintptr_t caller}}|The program counter location of the current thread just before entering the current probe.|
|{{uintptr_t ucaller}}|The program counter location of the current user thread just before entering the current probe.|
|{{uintptr_t caller}}|The program counter location of the current kernel thread at the time the probe fired.|
|{{uintptr_t ucaller}}|The program counter location of the current user thread at the time the probe fired.|
|{{chipid_t chip}}|The CPU chip identifier for the current physical chip. See [Chapter 26, sched Provider|sched Provider] for more information.|
|{{processorid_t cpu}}|The CPU identifier for the current CPU. See [Chapter 26, sched Provider|sched Provider] for more information.|

The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.

Copyright 1994-2009 Sun Microsystems, Inc.
Powered by Atlassian Confluence
Sun Guidelines on Public Discourse Privacy Policy Terms of Use Trademarks Site Map Employment Investor Relations Contact