Files
Debian-9-Kernel/tools/perf/util/demangle-rust.h
T

8 lines
170 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#ifndef __PERF_DEMANGLE_RUST
#define __PERF_DEMANGLE_RUST 1
bool rust_is_mangled(const char *str);
void rust_demangle_sym(char *str);
#endif /* __PERF_DEMANGLE_RUST */