EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Specifies the decorated function as a tracepoint on the trace_fn
name. Automatically figures out the language based on the functon specified.
Name | Type | Description |
---|---|---|
trace_fn | str | The func to trace. For go, the format is `<package_name>.<func_name>`. |