perf tools: Add feature header record to pipe-mode
[linux-2.6-microblaze.git] / tools / perf / util / tool.h
index baeca80..d549e50 100644 (file)
@@ -69,7 +69,8 @@ struct perf_tool {
                        cpu_map,
                        stat_config,
                        stat,
-                       stat_round;
+                       stat_round,
+                       feature;
        event_op3       auxtrace;
        bool            ordered_events;
        bool            ordering_requires_timestamps;