#ifndef TRACEREPORT_H #define TRACEREPORT_H typedef struct { uint64_t count; uint64_t bytes; } stat_t; #endif