Searched defs:read_format (Results 1 – 2 of 2) sorted by relevance
43 struct read_format { struct44 __u64 value = 0; /* The value of the event */45 __u64 timeEnabled = 0; /* if PERF_FORMAT_TOTAL_TIME_ENABLED */46 __u64 timeRunning = 0; /* if PERF_FORMAT_TOTAL_TIME_RUNNING */47 __u64 id = 0; /* if PERF_FORMAT_ID */
1472 __u64 read_format; member