Lines Matching defs:machine

962 		    struct machine *machine, struct thread *thread,
972 kernel = machine__kernel_ip(machine, start);
984 if (kernel != machine__kernel_ip(machine, end)) {
1011 len = dso__data_read_offset(al.map->dso, machine, offset, (u8 *)buffer,
1139 struct machine *machine, FILE *fp)
1165 machine, thread, &x.is64bit, &x.cpumode, false);
1184 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1189 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1243 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1248 machine, thread, &x.is64bit, &x.cpumode, false);
1386 struct machine *machine __maybe_unused)
1393 struct machine *machine, FILE *fp)
1398 arch_fetch_insn(sample, thread, machine);
1410 printed += perf_sample__fprintf_brstackinsn(sample, thread, attr, machine, fp);
1433 struct machine *machine, FILE *fp)
1479 printed += perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
1915 struct machine *machine)
1953 perf_sample__fprintf_bts(sample, evsel, thread, al, machine, fp);
2005 perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
2106 struct machine *machine)
2127 if (machine__resolve(machine, &al, sample) < 0) {
2142 process_event(scr, sample, evsel, &al, machine);
2221 struct machine *machine,
2240 thread = machine__findnew_thread(machine, pid, tid);
2247 perf_event__fprintf(event, machine, stdout);
2255 struct perf_sample *sample, struct machine *machine,
2258 return print_event_with_time(tool, event, sample, machine, pid, tid, 0);
2264 struct machine *machine)
2266 if (perf_event__process_comm(tool, event, sample, machine) < 0)
2269 return print_event(tool, event, sample, machine, event->comm.pid,
2276 struct machine *machine)
2278 if (perf_event__process_namespaces(tool, event, sample, machine) < 0)
2281 return print_event(tool, event, sample, machine, event->namespaces.pid,
2288 struct machine *machine)
2290 if (perf_event__process_cgroup(tool, event, sample, machine) < 0)
2293 return print_event(tool, event, sample, machine, sample->pid,
2300 struct machine *machine)
2302 if (perf_event__process_fork(tool, event, sample, machine) < 0)
2305 return print_event_with_time(tool, event, sample, machine,
2312 struct machine *machine)
2315 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2319 return perf_event__process_exit(tool, event, sample, machine);
2325 struct machine *machine)
2327 if (perf_event__process_mmap(tool, event, sample, machine) < 0)
2330 return print_event(tool, event, sample, machine, event->mmap.pid,
2337 struct machine *machine)
2339 if (perf_event__process_mmap2(tool, event, sample, machine) < 0)
2342 return print_event(tool, event, sample, machine, event->mmap2.pid,
2349 struct machine *machine)
2353 if (perf_event__process_switch(tool, event, sample, machine) < 0)
2357 scripting_ops->process_switch(event, sample, machine);
2362 return print_event(tool, event, sample, machine, sample->pid,
2370 struct machine *machine)
2372 return print_event(tool, event, sample, machine, sample->pid,
2390 struct machine *machine)
2392 if (machine__process_ksymbol(machine, event, sample) < 0)
2395 return print_event(tool, event, sample, machine, sample->pid,
2402 struct machine *machine)
2404 if (perf_event__process_text_poke(tool, event, sample, machine) < 0)
2407 return print_event(tool, event, sample, machine, sample->pid,
3824 if (!strcmp(uts.machine, session->header.env.arch))
3826 else if (!strcmp(uts.machine, "x86_64") &&