OSDN Git Service

perf symbols: Don't demangle parameters and such by default
[uclinux-h8/linux.git] / tools / perf / util / symbol.h
index b95e3a3..3f95ea0 100644 (file)
@@ -60,6 +60,7 @@ extern Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
 #endif
 
 #ifndef DMGL_PARAMS
+#define DMGL_NO_OPTS     0              /* For readability... */
 #define DMGL_PARAMS      (1 << 0)       /* Include function args */
 #define DMGL_ANSI        (1 << 1)       /* Include const, volatile, etc */
 #endif