demangle-rust.h 209 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __PERF_DEMANGLE_RUST
  3. #define __PERF_DEMANGLE_RUST 1
  4. bool rust_is_mangled(const char *str);
  5. void rust_demangle_sym(char *str);
  6. #endif /* __PERF_DEMANGLE_RUST */