| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Single thread structure. More...
#include <doca_telemetry_dpa.h>
Data Fields | |
| uint32_t | dpa_process_id |
| uint32_t | dpa_thread_id |
| char | thread_name [DOCA_TELEMETRY_DPA_THREAD_NAME_SIZE] |
Single thread structure.
Definition at line 91 of file doca_telemetry_dpa.h.
| uint32_t doca_telemetry_dpa_thread_info::dpa_process_id |
Global DPA process Id
Definition at line 92 of file doca_telemetry_dpa.h.
| uint32_t doca_telemetry_dpa_thread_info::dpa_thread_id |
Global DPA thread Id
Definition at line 93 of file doca_telemetry_dpa.h.
| char doca_telemetry_dpa_thread_info::thread_name[DOCA_TELEMETRY_DPA_THREAD_NAME_SIZE] |
The name of the thread
Definition at line 94 of file doca_telemetry_dpa.h.