perf annotate: Add basic support for bpf_image
[linux-2.6-microblaze.git] / tools / perf / util / evsel.h
index 3380474..53187c5 100644 (file)
@@ -120,6 +120,7 @@ struct perf_missing_features {
        bool bpf;
        bool aux_output;
        bool branch_hw_idx;
+       bool cgroup;
 };
 
 extern struct perf_missing_features perf_missing_features;