Home | History | Annotate | Download | only in util

Lines Matching defs:machine

77 	struct machine		*machine;
225 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine,
234 r = dso__data_read_offset(dso, machine, offset,
248 static int read_unwind_spec(struct dso *dso, struct machine *machine,
254 fd = dso__data_fd(dso, machine);
262 ret = unwind_spec_ehframe(dso, machine, offset,
274 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER,
294 if (read_unwind_spec(map->dso, ui->machine,
351 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER,
361 size = dso__data_read_addr(al.map->dso, al.map, ui->machine,
468 static int entry(u64 ip, struct thread *thread, struct machine *machine,
474 thread__find_addr_location(thread, machine,
539 ret = entry(ip, ui->thread, ui->machine, cb, arg);
547 struct machine *machine, struct thread *thread,
555 .machine = machine,
566 ret = entry(ip, thread, machine, cb, arg);