EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Field accessors to use while writing a tracepoint. Must be written in a function wrapped by a Tracepoint Decorator.
Function | Description |
---|---|
pxtrace.ArgExpr | Specifies a function argument to trace. |
pxtrace.FunctionLatency | Specifies a function latency to trace. |
pxtrace.LabelSelector | Creates a Tracepoint target for a process. |
pxtrace.PodProcess | Creates a Tracepoint target for a process. |
pxtrace.RetExpr | Specifies a function return value to trace. |
pxtrace.SharedObject | Defines a shared object target for Tracepoints. |
pxtrace.kprobe | Defines a kprobe target for an UpsertTracepoint. |