Searched defs:PerfCounter (Results 1 – 1 of 1) sorted by relevance
31 struct PerfCounter { struct32 uint64_t value; // The value of the event specified by the perf_event_file.33 uint64_t time_enabled; // The enabled time.34 uint64_t time_running; // The running time.35 uint64_t id; // The id of the perf_event_file.