Searched refs:dso__data_fd (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | dso-data.c | 116 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/ |
D | unwind-libunwind.c | 272 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()
|
D | dso.c | 447 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()
|
D | dso.h | 276 int dso__data_fd(struct dso *dso, struct machine *machine);
|