Home
last modified time | relevance | path

Searched refs:map__load (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dmap.c151 int map__load(struct map *map, symbol_filter_t filter) in map__load() function
198 if (map__load(map, filter) < 0) in map__find_symbol()
207 if (map__load(map, filter) < 0) in map__find_symbol_by_name()
Dmap.h104 int map__load(struct map *map, symbol_filter_t filter);
Devent.c694 map__load(al->map, machine->symbol_filter); in thread__find_addr_map()
Dprobe-event.c2220 if (map__load(map, filter_available_functions)) { in __show_available_funcs()
2312 if (map__load(map, filter_available_functions)) { in convert_name_to_addr()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dcode-reading.c185 if (map__load(al.map, NULL)) in read_object_code()
421 ret = map__load(map, NULL); in do_test_code_reading()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-inject.c227 if (map__load(al.map, NULL) >= 0) { in perf_event__inject_buildid()