Home
last modified time | relevance | path

Searched refs:machine__find_kernel_symbol (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/util/
Dmap.h202 struct symbol *machine__find_kernel_symbol(struct machine *self, in machine__find_kernel_symbol() function
215 return machine__find_kernel_symbol(self, MAP__FUNCTION, addr, mapp, filter); in machine__find_kernel_function()
/external/linux-tools-perf/
Dbuiltin-test.c131 first_pair = machine__find_kernel_symbol(&kallsyms, type, sym->start, NULL, NULL); in test__vmlinux_matches_kallsyms()