Searched refs:dso__demangle_sym (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-minimal.c | 382 char *dso__demangle_sym(struct dso *dso __maybe_unused, in dso__demangle_sym() function
|
H A D | symbol.h | 189 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name);
|
H A D | srcline.c | 94 demangled = dso__demangle_sym(dso, 0, funcname); in new_inline_sym()
|
H A D | symbol-elf.c | 473 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol.h | 185 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name);
|
H A D | symbol-minimal.c | 382 char *dso__demangle_sym(struct dso *dso __maybe_unused, in dso__demangle_sym() function
|
H A D | srcline.c | 103 demangled = dso__demangle_sym(dso, 0, funcname); in new_inline_sym()
|
H A D | symbol-elf.c | 846 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() function
|
Completed in 16 milliseconds