| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Single process structure. More...
#include <doca_telemetry_dpa.h>
Data Fields | |
| uint32_t | dpa_process_id |
| uint32_t | num_of_threads |
| char | process_name [DOCA_TELEMETRY_DPA_PROCESS_NAME_SIZE] |
Single process structure.
Definition at line 82 of file doca_telemetry_dpa.h.
| uint32_t doca_telemetry_dpa_process_info::dpa_process_id |
Global DPA process Id
Definition at line 83 of file doca_telemetry_dpa.h.
| uint32_t doca_telemetry_dpa_process_info::num_of_threads |
Number of threads in process
Definition at line 84 of file doca_telemetry_dpa.h.
| char doca_telemetry_dpa_process_info::process_name[DOCA_TELEMETRY_DPA_PROCESS_NAME_SIZE] |
The name of the process
Definition at line 85 of file doca_telemetry_dpa.h.