18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __PERF_DEMANGLE_JAVA
38c2ecf20Sopenharmony_ci#define __PERF_DEMANGLE_JAVA 1
48c2ecf20Sopenharmony_ci/*
58c2ecf20Sopenharmony_ci * demangle function flags
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#define JAVA_DEMANGLE_NORET	0x1 /* do not process return type */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cichar * java_demangle_sym(const char *str, int flags);
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif /* __PERF_DEMANGLE_JAVA */
12