cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/util/demangle-java.h

Directory: tools/perf/util
#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 */

Overall Contributors

PersonTokensPropCommitsCommitProp
stephane eranianstephane eranian29100.00%1100.00%
Total29100.00%1100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.