perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
[linux-2.6-microblaze.git] / tools / perf / util / symbol-elf.c
index 5e43054..48716d2 100644 (file)
@@ -789,7 +789,7 @@ int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
        if (ss->opdshdr.sh_type != SHT_PROGBITS)
                ss->opdsec = NULL;
 
-       if (dso->kernel == DSO_TYPE_USER)
+       if (dso->kernel == DSO_SPACE__USER)
                ss->adjust_symbols = true;
        else
                ss->adjust_symbols = elf__needs_adjust_symbols(ehdr);