Searched refs:kmodule (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-elf.c | 267 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in demangle_sym() argument 277 if (!want_demangle(dso->kernel || kmodule)) in demangle_sym() 473 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() argument 475 return demangle_sym(dso, kmodule, elf_name); in dso__demangle_sym() 964 bool adjust_kernel_syms, bool kmodule, bool *remap_kernel) in dso__process_kernel_symbol() argument 983 if (*remap_kernel && dso->kernel && !kmodule) { in dso__process_kernel_symbol() 1004 if (*remap_kernel && kmodule) { in dso__process_kernel_symbol() 1023 if (kmodule) in dso__process_kernel_symbol() 1067 struct symsrc *runtime_ss, int kmodule) in dso__load_sym() argument 1098 if (kmodule && syms_ss->symtab) in dso__load_sym() [all …]
|
| H A D | symbol.h | 186 struct symsrc *runtime_ss, int kmodule); 189 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name);
|
| H A D | symbol-minimal.c | 342 int kmodule __maybe_unused) in dso__load_sym() 383 int kmodule __maybe_unused, in dso__demangle_sym()
|