Searched refs:machine__findnew_module_map (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | machine.h | 201 struct map *machine__findnew_module_map(struct machine *machine, u64 start,
|
D | machine.c | 563 struct map *machine__findnew_module_map(struct machine *machine, u64 start, in machine__findnew_module_map() function 1047 map = machine__findnew_module_map(machine, start, name); in machine__create_module() 1170 map = machine__findnew_module_map(machine, event->mmap.start, in machine__process_kernel_mmap_event()
|
D | probe-event.c | 170 return machine__findnew_module_map(host_machine, 0, module); in kernel_get_module_map()
|