1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef __PERF_DEMANGLE_RUST 1 #ifndef __PERF_DEMANGLE_RUST 3 #define __PERF_DEMANGLE_RUST 1 2 #define __PERF_DEMANGLE_RUST 1 4 3 5 bool rust_is_mangled(const char *str); 4 bool rust_is_mangled(const char *str); 6 void rust_demangle_sym(char *str); 5 void rust_demangle_sym(char *str); 7 6 8 #endif /* __PERF_DEMANGLE_RUST */ 7 #endif /* __PERF_DEMANGLE_RUST */ 9 8
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.