blob: 2fca618b1aa599bd90251f58e47ffb56668b8522 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PERF_DEMANGLE_RUST
3#define __PERF_DEMANGLE_RUST 1
4
5bool rust_is_mangled(const char *str);
6void rust_demangle_sym(char *str);
7
8#endif /* __PERF_DEMANGLE_RUST */