Searched defs:read_format (Results 1 – 2 of 2) sorted by relevance
42 struct read_format { struct43 __u64 value; /* The value of the event */44 __u64 time_enabled; /* if PERF_FORMAT_TOTAL_TIME_ENABLED */45 __u64 time_running; /* if PERF_FORMAT_TOTAL_TIME_RUNNING */46 __u64 id; /* if PERF_FORMAT_ID */
1472 __u64 read_format; member