perf: Convert perf header attrs into attr events
[deliverable/linux.git] / tools / perf / util / session.h
index 5f78911366556847bf5b74fdf3011c2a4ab75dfc..45a13741351ddfa5b5cbe4d7bf0924a52b8f0ce8 100644 (file)
@@ -44,7 +44,8 @@ struct perf_event_ops {
                 lost,
                 read,
                 throttle,
-                unthrottle;
+                unthrottle,
+                attr;
 };
 
 struct perf_session *perf_session__new(const char *filename, int mode, bool force);
This page took 0.024811 seconds and 5 git commands to generate.