mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 06:56:49 +07:00
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 */
|