Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: c8d2bc9bc39ebea8437fd974fdbc21847bb897a3 authored by Linus Torvalds on 02 October 2016, 23:24:33 UTC
Linux 4.8
Tip revision: c8d2bc9
demangle-rust.h
#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 */
back to top