Searched refs:mapp (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | machine.h | 155 struct map **mapp, in machine__find_kernel_symbol() argument 159 mapp, filter); in machine__find_kernel_symbol() 164 struct map **mapp, in machine__find_kernel_function() argument 168 mapp, filter); in machine__find_kernel_function() 174 struct map **mapp, in machine__find_kernel_function_by_name() argument 177 return map_groups__find_function_by_name(&machine->kmaps, name, mapp, in machine__find_kernel_function_by_name()
|
D | map.h | 192 struct map **mapp, 198 struct map **mapp, 207 const char *name, struct map **mapp, in map_groups__find_function_by_name() argument 210 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); in map_groups__find_function_by_name()
|
D | map.c | 520 struct map **mapp, in map_groups__find_symbol() argument 527 if (mapp != NULL) in map_groups__find_symbol() 528 *mapp = map; in map_groups__find_symbol() 538 struct map **mapp, in map_groups__find_symbol_by_name() argument 549 if (mapp != NULL) in map_groups__find_symbol_by_name() 550 *mapp = pos; in map_groups__find_symbol_by_name()
|
D | probe-event.c | 116 struct map **mapp) in __find_kernel_function_by_name() argument 118 return machine__find_kernel_function_by_name(host_machine, name, mapp, in __find_kernel_function_by_name() 122 static struct symbol *__find_kernel_function(u64 addr, struct map **mapp) in __find_kernel_function() argument 124 return machine__find_kernel_function(host_machine, addr, mapp, NULL); in __find_kernel_function()
|