COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture
    • PxL
      • Tracepoint Fields
        • pxtrace.ArgExpr
        • pxtrace.FunctionLatency
        • pxtrace.kprobe
        • pxtrace.LabelSelector
        • pxtrace.PodProcess
        • pxtrace.RetExpr
        • pxtrace.SharedObject

Tracepoint Fields

Field accessors to use while writing a tracepoint. Must be written in a function wrapped by a Tracepoint Decorator.

FunctionDescription
pxtrace.ArgExprSpecifies a function argument to trace.
pxtrace.FunctionLatencySpecifies a function latency to trace.
pxtrace.LabelSelectorCreates a Tracepoint target for a process.
pxtrace.PodProcessCreates a Tracepoint target for a process.
pxtrace.RetExprSpecifies a function return value to trace.
pxtrace.SharedObjectDefines a shared object target for Tracepoints.
pxtrace.kprobeDefines a kprobe target for an UpsertTracepoint.
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.