Searched refs:map__load (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | map.c | 151 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()
|
D | map.h | 104 int map__load(struct map *map, symbol_filter_t filter);
|
D | event.c | 694 map__load(al->map, machine->symbol_filter); in thread__find_addr_map()
|
D | probe-event.c | 2220 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/ |
D | code-reading.c | 185 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/ |
D | builtin-inject.c | 227 if (map__load(al.map, NULL) >= 0) { in perf_event__inject_buildid()
|