Merge branch 'fixes-v5.7' into fixes
[linux-2.6-microblaze.git] / tools / perf / util / demangle-java.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PERF_DEMANGLE_JAVA
3 #define __PERF_DEMANGLE_JAVA 1
4 /*
5  * demangle function flags
6  */
7 #define JAVA_DEMANGLE_NORET     0x1 /* do not process return type */
8
9 char * java_demangle_sym(const char *str, int flags);
10
11 #endif /* __PERF_DEMANGLE_JAVA */