Home
last modified time | relevance | path

Searched refs:dso__demangle_sym (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/tests/
H A Ddemangle-java-test.c32 buf = dso__demangle_sym(/*dso=*/NULL, /*kmodule=*/0, test_cases[i].mangled); in test__demangle_java()
H A Ddemangle-rust-v0-test.c57 buf = dso__demangle_sym(/*dso=*/NULL, /*kmodule=*/0, test_cases[i].mangled); in test__demangle_rust()
H A Ddemangle-ocaml-test.c29 buf = dso__demangle_sym(/*dso=*/NULL, /*kmodule=*/0, test_cases[i].mangled); in test__demangle_ocaml()
/linux/tools/perf/util/
H A Dsymbol.h269 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name);
H A Dsrcline.c105 demangled = dso__demangle_sym(dso, 0, funcname); in new_inline_sym()
H A Dsymbol-elf.c551 demangled = dso__demangle_sym(di->dso, /*kmodule=*/0, sym_name); in get_plt_got_name()
749 demangled = dso__demangle_sym(dso, /*kmodule=*/0, elf_name); in dso__synthesize_plt_symbols()
1774 demangled = dso__demangle_sym(dso, kmodule, elf_name); in dso__load_sym()
H A Dsymbol.c2727 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() function