• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 */
12