perf evsel: Rename perf_missing_features::bpf_event to ::bpf
[linux-2.6-microblaze.git] / tools / perf / util / evsel.h
index 77e07f2..fd60cac 100644 (file)
@@ -194,7 +194,7 @@ struct perf_missing_features {
        bool write_backward;
        bool group_read;
        bool ksymbol;
-       bool bpf_event;
+       bool bpf;
        bool aux_output;
 };