brintos

brintos / linux-shallow public Read only

0
0
Text · 209 B · 2fca618 Raw
9 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __PERF_DEMANGLE_RUST3#define __PERF_DEMANGLE_RUST 14 5bool rust_is_mangled(const char *str);6void rust_demangle_sym(char *str);7 8#endif /* __PERF_DEMANGLE_RUST */9