Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dmaps.c110 map = dso__new_map(bpf_progs[i].name); in test__maps__merge_in()
119 map_kcore1 = dso__new_map("kcore1"); in test__maps__merge_in()
122 map_kcore2 = dso__new_map("kcore2"); in test__maps__merge_in()
125 map_kcore3 = dso__new_map("kcore3"); in test__maps__merge_in()
197 struct map *map = dso__new_map(initial_maps[i].name); in test__maps__fixup_overlap_and_insert()
207 map_split = dso__new_map(insert_split.name); in test__maps__fixup_overlap_and_insert()
220 map_eclipse = dso__new_map(insert_eclipse.name); in test__maps__fixup_overlap_and_insert()
H A Ddlfilter-test.c267 map = dso__new_map(td->prog_file_name); in get_ip_addr()
/linux/tools/perf/util/
H A Ddso.h881 struct map *dso__new_map(const char *name);
H A Dprobe-event.c189 return dso__new_map(module); in kernel_get_module_map()
209 map = dso__new_map(target); in get_target_map()
758 map = dso__new_map(pathname); in post_process_offline_probe_trace_events()
2293 map = dso__new_map(tp->module); in find_perf_probe_point_from_map()
H A Ddso.c1409 struct map *dso__new_map(const char *name) in dso__new_map() function
H A Dauxtrace.c2647 map = dso__new_map(name); in load_dso()