Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
Dmaps.c72 map = dso__new_map(bpf_progs[i].name); in test__maps__merge_in()
81 map_kcore1 = dso__new_map("kcore1"); in test__maps__merge_in()
84 map_kcore2 = dso__new_map("kcore2"); in test__maps__merge_in()
87 map_kcore3 = dso__new_map("kcore3"); in test__maps__merge_in()
/kernel/linux/linux-5.10/tools/perf/util/
Ddso.h359 struct map *dso__new_map(const char *name);
Dprobe-event.c158 return dso__new_map(module); in kernel_get_module_map()
182 map = dso__new_map(target); in get_target_map()
724 map = dso__new_map(pathname); in post_process_offline_probe_trace_events()
2195 map = dso__new_map(tp->module); in find_perf_probe_point_from_map()
Ddso.c1139 struct map *dso__new_map(const char *name) in dso__new_map() function
Dauxtrace.c2383 map = dso__new_map(name); in load_dso()