Lines Matching defs:machine

1037 		    struct machine *machine, struct thread *thread,
1049 kernel = machine__kernel_ip(machine, start);
1061 if (kernel != machine__kernel_ip(machine, end)) {
1088 len = dso__data_read_offset(dso, machine, offset, (u8 *)buffer,
1231 struct machine *machine, FILE *fp)
1257 machine, thread, &x.is64bit, &x.cpumode, false);
1277 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1282 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1339 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1344 machine, thread, &x.is64bit, &x.cpumode, false);
1491 struct machine *machine __maybe_unused)
1496 struct machine *machine)
1499 arch_fetch_insn(sample, thread, machine);
1505 struct machine *machine, FILE *fp)
1509 script_fetch_insn(sample, thread, machine);
1521 printed += perf_sample__fprintf_brstackinsn(sample, thread, attr, machine, fp);
1545 struct machine *machine, FILE *fp)
1593 printed += perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
2141 struct machine *machine)
2149 const char *arch = perf_env__arch(machine->env);
2175 perf_sample__fprintf_bts(sample, evsel, thread, al, addr_al, machine, fp);
2204 struct cgroup *cgrp = cgroup__find(machine->env,
2246 perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
2352 struct machine *machine)
2363 ret = dlfilter__filter_event_early(dlfilter, event, sample, evsel, machine, &al, &addr_al);
2389 if (!al.thread && machine__resolve(machine, &al, sample) < 0) {
2405 ret = dlfilter__filter_event(dlfilter, event, sample, evsel, machine, &al, &addr_al);
2423 process_event(scr, sample, evsel, &al, &addr_al, machine);
2504 struct machine *machine,
2523 thread = machine__findnew_thread(machine, pid, tid);
2530 perf_event__fprintf(event, machine, stdout);
2538 struct perf_sample *sample, struct machine *machine,
2541 return print_event_with_time(tool, event, sample, machine, pid, tid, 0);
2547 struct machine *machine)
2549 if (perf_event__process_comm(tool, event, sample, machine) < 0)
2552 return print_event(tool, event, sample, machine, event->comm.pid,
2559 struct machine *machine)
2561 if (perf_event__process_namespaces(tool, event, sample, machine) < 0)
2564 return print_event(tool, event, sample, machine, event->namespaces.pid,
2571 struct machine *machine)
2573 if (perf_event__process_cgroup(tool, event, sample, machine) < 0)
2576 return print_event(tool, event, sample, machine, sample->pid,
2583 struct machine *machine)
2585 if (perf_event__process_fork(tool, event, sample, machine) < 0)
2588 return print_event_with_time(tool, event, sample, machine,
2595 struct machine *machine)
2598 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2602 return perf_event__process_exit(tool, event, sample, machine);
2608 struct machine *machine)
2610 if (perf_event__process_mmap(tool, event, sample, machine) < 0)
2613 return print_event(tool, event, sample, machine, event->mmap.pid,
2620 struct machine *machine)
2622 if (perf_event__process_mmap2(tool, event, sample, machine) < 0)
2625 return print_event(tool, event, sample, machine, event->mmap2.pid,
2632 struct machine *machine)
2636 if (perf_event__process_switch(tool, event, sample, machine) < 0)
2640 scripting_ops->process_switch(event, sample, machine);
2645 return print_event(tool, event, sample, machine, sample->pid,
2664 struct machine *machine)
2666 return print_event(tool, event, sample, machine, sample->pid,
2674 struct machine *machine)
2677 scripting_ops->process_throttle(event, sample, machine);
2695 struct machine *machine)
2697 if (machine__process_ksymbol(machine, event, sample) < 0)
2700 return print_event(tool, event, sample, machine, sample->pid,
2707 struct machine *machine)
2709 if (perf_event__process_text_poke(tool, event, sample, machine) < 0)
2712 return print_event(tool, event, sample, machine, sample->pid,
4245 if (!strcmp(uts.machine, session->header.env.arch))
4247 else if (!strcmp(uts.machine, "x86_64") &&