Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/
Dmaps.c95 map = dso__new_map(bpf_progs[i].name); in test__maps__merge_in()
104 map_kcore1 = dso__new_map("kcore1"); in test__maps__merge_in()
107 map_kcore2 = dso__new_map("kcore2"); in test__maps__merge_in()
110 map_kcore3 = dso__new_map("kcore3"); in test__maps__merge_in()
Ddlfilter-test.c268 map = dso__new_map(td->prog_file_name); in get_ip_addr()
/linux-6.6.21/tools/perf/util/
Ddso.h374 struct map *dso__new_map(const char *name);
Dprobe-event.c159 return dso__new_map(module); in kernel_get_module_map()
189 map = dso__new_map(target); in get_target_map()
738 map = dso__new_map(pathname); in post_process_offline_probe_trace_events()
2239 map = dso__new_map(tp->module); in find_perf_probe_point_from_map()
Ddso.c1209 struct map *dso__new_map(const char *name) in dso__new_map() function
Dauxtrace.c2556 map = dso__new_map(name); in load_dso()