Data Fields | |
| int | lcore |
| Logical core number associated with this structure instance. | |
| char | tname [SPDK_TRACE_THREAD_NAME_LEN] |
| Thread name associated with this lcore. | |
| uint64_t | num_entries |
| Number of trace_entries contained in each trace_history. | |
| uint64_t | num_tpoint_ids |
| Number of tracepoint IDs for the tpoint_count array. | |
| uint64_t | next_entry |
| Index to next spdk_trace_entry to fill. | |
| uint8_t | data [0] |