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