repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
perf
/
util
/
demangle-cxx.h
blob
26b5b66c0b4ef9306b542e83d354ac39f22aa876
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __PERF_DEMANGLE_CXX
3
#define __PERF_DEMANGLE_CXX 1
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
char
*
cxx_demangle_sym
(
const char
*
str
,
bool
params
,
bool
modifiers
);
10
11
#ifdef __cplusplus
12
}
13
#endif
14
15
16
#endif
/* __PERF_DEMANGLE_CXX */