Home
last modified time | relevance | path

Searched defs:PerfCounter (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Devent_fd.h33 struct PerfCounter { struct
34 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.