demangle-rust.h 170 B

12345678
  1. #ifndef __PERF_DEMANGLE_RUST
  2. #define __PERF_DEMANGLE_RUST 1
  3. bool rust_is_mangled(const char *str);
  4. void rust_demangle_sym(char *str);
  5. #endif /* __PERF_DEMANGLE_RUST */