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

/linux-master/tools/perf/tests/
H A Dmaps.c110 map = dso__new_map(bpf_progs[i].name);
119 map_kcore1 = dso__new_map("kcore1");
122 map_kcore2 = dso__new_map("kcore2");
125 map_kcore3 = dso__new_map("kcore3");
H A Ddlfilter-test.c268 map = dso__new_map(td->prog_file_name);
/linux-master/tools/perf/util/
H A Ddso.h378 struct map *dso__new_map(const char *name);
H A Dprobe-event.c181 return dso__new_map(module);
201 map = dso__new_map(target);
751 map = dso__new_map(pathname);
2252 map = dso__new_map(tp->module);
H A Ddso.c1211 struct map *dso__new_map(const char *name) function
H A Dauxtrace.c2559 map = dso__new_map(name);

Completed in 315 milliseconds