Linux Perf
demangle-rust.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __PERF_DEMANGLE_RUST
3
#define __PERF_DEMANGLE_RUST 1
4
5
bool
rust_is_mangled
(
const
char
*
str
);
6
void
rust_demangle_sym
(
char
*
str
);
7
8
#endif
/* __PERF_DEMANGLE_RUST */
str
static int str(yyscan_t scanner, int token)
Definition:
parse-events-flex.c:1852
rust_is_mangled
bool rust_is_mangled(const char *str)
Definition:
demangle-rust.c:78
rust_demangle_sym
void rust_demangle_sym(char *str)
Definition:
demangle-rust.c:183
util
demangle-rust.h
Generated by
1.8.13