Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.9-rc5 7 lines 170 B view raw
1#ifndef __PERF_DEMANGLE_RUST 2#define __PERF_DEMANGLE_RUST 1 3 4bool rust_is_mangled(const char *str); 5void rust_demangle_sym(char *str); 6 7#endif /* __PERF_DEMANGLE_RUST */