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 if (!dso__data_get_fd(dso, ui->machine, &fd)) in read_unwind_spec_eh_frame()
374 if (dso__data_get_fd(dso, machine, &fd)) { in read_unwind_spec_debug_frame()
491 if (dso__data_get_fd(dso, ui->machine, &fd)) { in find_proc_info()
H A Ddso.c806 bool dso__data_get_fd(struct dso *dso, struct machine *machine, int *fd) in dso__data_get_fd() function
1749 if (dso__data_get_fd(dso, machine, &fd)) { in dso__type()
H A Ddso.h829 bool dso__data_get_fd(struct dso *dso, struct machine *machine, int *fd)
/linux/tools/perf/tests/
H A Ddso-data.c111 if (dso__data_get_fd(dso, machine, &fd)) in dso__data_fd()