perf probe: Search SDT/cached event from all probe caches
[deliverable/linux.git] / tools / perf / util / demangle-rust.h
1 #ifndef __PERF_DEMANGLE_RUST
2 #define __PERF_DEMANGLE_RUST 1
3
4 bool rust_is_mangled(const char *str);
5 void rust_demangle_sym(char *str);
6
7 #endif /* __PERF_DEMANGLE_RUST */
This page took 0.033557 seconds and 5 git commands to generate.