Home
last modified time | relevance | path

Searched refs:dso__data_get_fd (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dunwind-libunwind.c272 fd = dso__data_get_fd(dso, machine); in read_unwind_spec_eh_frame()
298 fd = dso__data_get_fd(dso, machine); in read_unwind_spec_debug_frame()
360 int fd = dso__data_get_fd(map->dso, ui->machine); in find_proc_info()
Ddso.h303 int dso__data_get_fd(struct dso *dso, struct machine *machine);
Ddso.c521 int dso__data_get_fd(struct dso *dso, struct machine *machine) in dso__data_get_fd() function
1327 fd = dso__data_get_fd(dso, machine); in dso__type()
/linux-4.4.14/tools/perf/tests/
Ddso-data.c105 int fd = dso__data_get_fd(dso, machine); in dso__data_fd()