Home
last modified time | relevance | path

Searched refs:kmodule (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c305 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in demangle_sym() argument
314 if (!want_demangle(dso->kernel || kmodule)) in demangle_sym()
846 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() argument
848 return demangle_sym(dso, kmodule, elf_name); in dso__demangle_sym()
1371 bool adjust_kernel_syms, bool kmodule, bool *remap_kernel) in dso__process_kernel_symbol() argument
1390 if (*remap_kernel && dso->kernel && !kmodule) { in dso__process_kernel_symbol()
1415 if (*remap_kernel && kmodule) { in dso__process_kernel_symbol()
1434 if (kmodule) in dso__process_kernel_symbol()
1483 struct symsrc *runtime_ss, int kmodule, int dynsym) in dso__load_sym_internal() argument
1676 section_name, adjust_kernel_syms, kmodule, &remap_kernel)) in dso__load_sym_internal()
[all …]
H A Dsymbol.h182 struct symsrc *runtime_ss, int kmodule);
185 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name);
H A Dsymbol-minimal.c342 int kmodule __maybe_unused) in dso__load_sym()
383 int kmodule __maybe_unused, in dso__demangle_sym()