Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dunwind-libunwind-local.c333 fd = dso__data_get_fd(dso, ui->machine); in read_unwind_spec_eh_frame()
375 fd = dso__data_get_fd(dso, machine); in read_unwind_spec_debug_frame()
488 int fd = dso__data_get_fd(dso, ui->machine); in find_proc_info()
H A Ddso.h758 int dso__data_get_fd(struct dso *dso, struct machine *machine);
H A Ddso.c784 int dso__data_get_fd(struct dso *dso, struct machine *machine) in dso__data_get_fd() function
1614 fd = dso__data_get_fd(dso, machine); in dso__type()
/linux/tools/perf/tests/
H A Ddso-data.c109 int fd = dso__data_get_fd(dso, machine); in dso__data_fd()