Searched refs:dso__data_get_fd (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 333 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 D | dso.c | 806 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 D | dso.h | 829 bool dso__data_get_fd(struct dso *dso, struct machine *machine, int *fd)
|
/linux/tools/perf/tests/ |
H A D | dso-data.c | 111 if (dso__data_get_fd(dso, machine, &fd)) in dso__data_fd()
|