Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/powerpc/util/
Dsym-handling.c138 if (!map || map__load(map) < 0) in arch__post_process_probe_trace_events()
/Linux-v5.4/tools/perf/util/
Dmap.c329 int map__load(struct map *map) in map__load() function
373 if (map__load(map) < 0) in map__find_symbol()
381 if (map__load(map) < 0) in map__find_symbol_by_name()
670 if (map != NULL && map__load(map) >= 0) { in map_groups__find_symbol()
Dmap.h149 int map__load(struct map *map);
Dthread.c448 map__load(al.map) < 0) in thread__memcpy()
Devent.c510 map__load(al->map); in thread__find_map()
Dprobe-event.c111 if (map__load(map) < 0) in kernel_get_ref_reloc_sym()
2836 if (map__load(map) < 0) in find_probe_functions()
3519 ret = map__load(map); in show_available_funcs()
Dintel-pt.c579 map__load(al.map); in intel_pt_walk_next_insn()
2032 if (map__load(map)) in intel_pt_switch_ip()
Dauxtrace.c1929 if (map__load(map) < 0) in load_dso()
Dcs-etm.c674 map__load(al.map); in cs_etm__mem_access()
Dmachine.c2689 err = map__load(map); in machine__get_kernel_start()
/Linux-v5.4/tools/perf/tests/
Dcode-reading.c289 if (map__load(al.map)) in read_object_code()
593 ret = map__load(map); in do_test_code_reading()
/Linux-v5.4/tools/perf/
Dbuiltin-inject.c445 if (map__load(al.map) >= 0) { in perf_event__inject_buildid()
Dbuiltin-kmem.c354 if (map__load(kernel_map) < 0) { in build_alloc_func_list()
Dbuiltin-script.c922 map__load(al.map); in grab_bb()