repo.or.cz
/
linux
/
fpc-iii.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 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
demangle-rust.h
blob
2fca618b1aa599bd90251f58e47ffb56668b8522
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __PERF_DEMANGLE_RUST
3
#define __PERF_DEMANGLE_RUST 1
4
5
bool
rust_is_mangled
(
const char
*
str
);
6
void
rust_demangle_sym
(
char
*
str
);
7
8
#endif
/* __PERF_DEMANGLE_RUST */