cregit-Linux how code gets into the kernel

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

Directory: tools/perf/util
/* SPDX-License-Identifier: GPL-2.0 */
#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
Stéphane Eranian2996.67%150.00%
Greg Kroah-Hartman13.33%150.00%
Total30100.00%2100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.