aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/demangle-cxx.h
blob: 26b5b66c0b4ef9306b542e83d354ac39f22aa876 (plain)
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 */