Home
last modified time | relevance | path

Searched refs:map__load (Results 1 – 17 of 17) 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.c342 int map__load(struct map *map) in map__load() function
385 if (map__load(map) < 0) in map__find_symbol()
395 if (map__load(map) < 0) in map__find_symbol_by_name_idx()
H A Dmap.h211 int map__load(struct map *map);
H A Devent.c558 if (al.map && map__load(al.map) >= 0) { in perf_event__fprintf_text_poke()
745 map__load(al->map); in thread__find_map()
H A Dmaps.c696 if (map__load(maps_copy[i]) < 0) { in maps__find_symbol_by_name()
737 if (map != NULL && map__load(map) >= 0) in maps__fprintf_cb()
1465 map__load(maps__maps_by_address(maps)[0]);
H A Dthread.c599 if (!dso || dso__data(dso)->status == DSO_DATA_STATUS_ERROR || map__load(al.map) < 0) { in thread__free_stitch_list()
H A Dbpf_lock_contention.c192 map__load(machine__kernel_map(con->machine)); in lock_contention_prepare()
H A Dprobe-event.c123 if (map__load(map) < 0) in kernel_get_ref_reloc_sym()
3060 if (map__load(map) < 0) in find_probe_functions()
3795 ret = map__load(map); in show_available_funcs()
H A Dmachine.c874 map__load(map); in machine__addnew_module_map()
3207 err = map__load(map); in machine__addr_cpumode()
H A Dintel-pt.c858 map__load(al.map); in intel_pt_walk_next_insn()
2997 if (map__load(map)) in intel_pt_switch_ip()
H A Dauxtrace.c2683 if (map__load(map) < 0) in print_duplicate_syms()
H A Dcs-etm.c1151 map__load(al.map); in cs_etm__mem_access()
/linux/tools/perf/tests/
H A Dkallsyms-split.c130 if (map__load(machine__kernel_map(&m)) < 0) { in test__kallsyms_split()
H A Dcode-reading.c457 * map__load() does that. See map__rip_2objdump() for details. in read_object_code()
459 if (map__load(al.map)) { in read_object_code()
732 ret = map__load(map); in do_test_code_reading()
734 pr_debug("map__load failed\n"); in do_test_code_reading()
/linux/tools/perf/
H A Dbuiltin-kmem.c365 if (map__load(kernel_map) < 0) { in build_alloc_func_list()
H A Dbuiltin-lock.c987 map__load(machine__kernel_map(machine)); in report_lock_contention_begin_event()
H A Dbuiltin-script.c1150 map__load(al.map); in grab_bb()