Lines Matching defs:cpumode

999 			thread__find_map_fb(thread, sample->cpumode, from, &alf);
1000 thread__find_map_fb(thread, sample->cpumode, to, &alt);
1036 thread__find_symbol_fb(thread, sample->cpumode, from, &alf);
1037 thread__find_symbol_fb(thread, sample->cpumode, to, &alt);
1074 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) &&
1078 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) &&
1099 bool *is64bit, u8 *cpumode, bool last)
1112 *cpumode = PERF_RECORD_MISC_KERNEL;
1114 *cpumode = PERF_RECORD_MISC_USER;
1136 if (!thread__find_map(thread, *cpumode, start, &al) || (dso = map__dso(al.map)) == NULL) {
1205 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr)
1211 thread__find_map(thread, cpumode, addr, &al);
1229 int printed = fprintf_insn_asm(x->machine, x->thread, x->cpumode, x->is64bit,
1266 thread__find_map(thread, x->cpumode, ip, &al);
1315 u8 cpumode, int cpu, struct symbol **lastsym,
1322 thread__find_map(thread, cpumode, addr, &al);
1389 machine, thread, &x.is64bit, &x.cpumode, false);
1392 x.cpumode, x.cpu, &lastsym, evsel, fp);
1397 printed += print_srccode(thread, x.cpumode, entries[nr - 1].from);
1409 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1414 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1423 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, evsel, fp);
1430 printed += print_srccode(thread, x.cpumode, ip);
1442 print_srccode(thread, x.cpumode, ip);
1473 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1474 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, evsel, fp);
1478 machine, thread, &x.is64bit, &x.cpumode, false);
1488 print_srccode(thread, x.cpumode, sample->ip);
1510 print_srccode(thread, x.cpumode, start + off);