Home
last modified time | relevance | path

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

/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c128 if (!map || map__load(map) < 0) in arch__post_process_probe_trace_events()
/linux/tools/perf/util/
H A Dmap.c343 int map__load(struct map *map) in map__load() function
386 if (map__load(map) < 0) in map__find_symbol()
396 if (map__load(map) < 0) in map__find_symbol_by_name_idx()
H A Dmap.h212 int map__load(struct map *map);
H A Devent.c535 if (al.map && map__load(al.map) >= 0) { in perf_event__fprintf_text_poke()
671 map__load(al->map); in thread__find_map()
H A Dthread.c456 if (!dso || dso__data(dso)->status == DSO_DATA_STATUS_ERROR || map__load(al.map) < 0) { in thread__memcpy()
H A Dmaps.c615 if (map != NULL && map__load(map) >= 0) in maps__find_symbol()
1278 map__load(maps__maps_by_address(maps)[0]);
H A Dprobe-event.c121 if (map__load(map) < 0) in kernel_get_ref_reloc_sym()
3056 if (map__load(map) < 0) in find_probe_functions()
3793 ret = map__load(map); in show_available_funcs()
H A Dmachine.c808 map__load(map); in machine__process_text_poke()
3111 err = map__load(map); in machine__get_kernel_start()
H A Dauxtrace.c2627 if (map__load(map) < 0) in find_dso_sym()
H A Dcs-etm.c1133 map__load(al.map); in cs_etm__mem_access()
/linux/tools/perf/tests/
H A Dcode-reading.c383 * map__load() does that. See map__rip_2objdump() for details.
385 if (map__load(al.map)) { in process_sample_event()
666 ret = map__load(map); in do_test_code_reading()
668 pr_debug("map__load failed\n"); in do_test_code_reading()
/linux/tools/perf/
H A Dbuiltin-lock.c975 map__load(machine__kernel_map(machine)); in lock_contention_caller()