perf annotate: Add basic support for bpf_image
[linux-2.6-microblaze.git] / tools / perf / util / symbol.c
index 26bc6a0..8f43004 100644 (file)
@@ -1544,6 +1544,7 @@ static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod,
                return true;
 
        case DSO_BINARY_TYPE__BPF_PROG_INFO:
+       case DSO_BINARY_TYPE__BPF_IMAGE:
        case DSO_BINARY_TYPE__NOT_FOUND:
        default:
                return false;