Searched refs:machine__find_kernel_function (Results 1 – 3 of 3) sorted by relevance
163 struct symbol *machine__find_kernel_function(struct machine *machine, u64 addr, in machine__find_kernel_function() function
124 return machine__find_kernel_function(host_machine, addr, mapp, NULL); in __find_kernel_function()
296 sym = machine__find_kernel_function(machine, addr, &map, NULL); in __print_result()