1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PERF_DEMANGLE_CXX #define __PERF_DEMANGLE_CXX 1 #ifdef __cplusplus extern "C" { #endif char *cxx_demangle_sym(const char *str, bool params, bool modifiers); #ifdef __cplusplus } #endif #endif /* __PERF_DEMANGLE_CXX */