1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __PERF_DEMANGLE_CXX 2 #ifndef __PERF_DEMANGLE_CXX 3 #define __PERF_DEMANGLE_CXX 1 3 #define __PERF_DEMANGLE_CXX 1 4 4 5 #ifdef __cplusplus 5 #ifdef __cplusplus 6 extern "C" { 6 extern "C" { 7 #endif 7 #endif 8 8 9 char *cxx_demangle_sym(const char *str, bool p 9 char *cxx_demangle_sym(const char *str, bool params, bool modifiers); 10 10 11 #ifdef __cplusplus 11 #ifdef __cplusplus 12 } 12 } 13 #endif 13 #endif 14 14 15 15 16 #endif /* __PERF_DEMANGLE_CXX */ 16 #endif /* __PERF_DEMANGLE_CXX */ 17 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.