Searched refs:machine__find_kernel_symbol (Results 1 – 2 of 2) sorted by relevance
202 struct symbol *machine__find_kernel_symbol(struct machine *self, in machine__find_kernel_symbol() function215 return machine__find_kernel_symbol(self, MAP__FUNCTION, addr, mapp, filter); in machine__find_kernel_function()
131 first_pair = machine__find_kernel_symbol(&kallsyms, type, sym->start, NULL, NULL); in test__vmlinux_matches_kallsyms()