git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
11 lines
249 B
C
11 lines
249 B
C
#ifndef __PERF_DEMANGLE_JAVA
|
|
#define __PERF_DEMANGLE_JAVA 1
|
|
/*
|
|
* demangle function flags
|
|
*/
|
|
#define JAVA_DEMANGLE_NORET 0x1 /* do not process return type */
|
|
|
|
char * java_demangle_sym(const char *str, int flags);
|
|
|
|
#endif /* __PERF_DEMANGLE_JAVA */
|