Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Ddso-data.c116 dso__data_fd(dso, &machine) >= 0); in test__dso_data()
261 fd = dso__data_fd(dso, &machine); in test__dso_data_cache()
278 fd = dso__data_fd(dsos[i], &machine); in test__dso_data_cache()
322 fd = dso__data_fd(dso_0, &machine); in test__dso_data_reopen()
326 fd = dso__data_fd(dso_1, &machine); in test__dso_data_reopen()
337 fd = dso__data_fd(dso_2, &machine); in test__dso_data_reopen()
347 fd = dso__data_fd(dso_0, &machine); in test__dso_data_reopen()
/linux-4.1.27/tools/perf/util/
Dunwind-libunwind.c272 fd = dso__data_fd(dso, machine); in read_unwind_spec_eh_frame()
297 fd = dso__data_fd(dso, machine); in read_unwind_spec_debug_frame()
356 int fd = dso__data_fd(map->dso, ui->machine); in find_proc_info()
Ddso.c447 int dso__data_fd(struct dso *dso, struct machine *machine) in dso__data_fd() function
678 fd = dso__data_fd(dso, machine); in dso__data_size()
719 if (dso__data_fd(dso, machine) < 0) in dso__data_read_offset()
1134 fd = dso__data_fd(dso, machine); in dso__type()
Ddso.h276 int dso__data_fd(struct dso *dso, struct machine *machine);