EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
This function creates a UPID from it's underlying components.
The UPID.
Variable | Type | Description |
---|---|---|
arg1 | INT64 | The asid of the pem where the process is located. |
arg2 | INT64 | The pid of the process. |
arg3 | INT64 | The start_time of the process. |
df.val = px.upid(px.asid(), df.pid, df.pid_start_time)