diff options
Diffstat (limited to 'tools/perf/util/demangle-ocaml.h')
-rw-r--r-- | tools/perf/util/demangle-ocaml.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/demangle-ocaml.h b/tools/perf/util/demangle-ocaml.h new file mode 100644 index 000000000..843cc4fa1 --- /dev/null +++ b/tools/perf/util/demangle-ocaml.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __PERF_DEMANGLE_OCAML +#define __PERF_DEMANGLE_OCAML 1 + +char * ocaml_demangle_sym(const char *str); + +#endif /* __PERF_DEMANGLE_OCAML */ |