Searched refs:map__load (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | map.c | 251 int map__load(struct map *map, symbol_filter_t filter) in map__load() function 298 if (map__load(map, filter) < 0) in map__find_symbol() 307 if (map__load(map, filter) < 0) in map__find_symbol_by_name() 526 if (map != NULL && map__load(map, filter) >= 0) { in map_groups__find_symbol()
|
D | map.h | 150 int map__load(struct map *map, symbol_filter_t filter);
|
D | event.c | 863 map__load(al->map, machine->symbol_filter); in thread__find_addr_map()
|
D | probe-event.c | 134 if (map__load(host_machine->vmlinux_maps[MAP__FUNCTION], NULL) < 0) in kernel_get_ref_reloc_sym() 2828 if (map__load(map, filter_available_functions)) { in show_available_funcs()
|
D | machine.c | 1842 err = map__load(map, machine->symbol_filter); in machine__get_kernel_start()
|
/linux-4.1.27/tools/perf/tests/ |
D | code-reading.c | 182 if (map__load(al.map, NULL)) in read_object_code() 428 ret = map__load(map, NULL); in do_test_code_reading()
|
/linux-4.1.27/tools/perf/ |
D | builtin-inject.c | 232 if (map__load(al.map, NULL) >= 0) { in perf_event__inject_buildid()
|