Lines Matching refs:cpumode

938 			thread__find_map_fb(thread, sample->cpumode, from, &alf);
939 thread__find_map_fb(thread, sample->cpumode, to, &alt);
975 thread__find_symbol_fb(thread, sample->cpumode, from, &alf);
976 thread__find_symbol_fb(thread, sample->cpumode, to, &alt);
1013 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) &&
1017 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) &&
1038 bool *is64bit, u8 *cpumode, bool last)
1051 *cpumode = PERF_RECORD_MISC_KERNEL;
1053 *cpumode = PERF_RECORD_MISC_USER;
1075 if (!thread__find_map(thread, *cpumode, start, &al) || (dso = map__dso(al.map)) == NULL) {
1144 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr)
1150 thread__find_map(thread, cpumode, addr, &al);
1189 u8 cpumode, int cpu, struct symbol **lastsym,
1196 thread__find_map(thread, cpumode, addr, &al);
1257 machine, thread, &x.is64bit, &x.cpumode, false);
1260 x.cpumode, x.cpu, &lastsym, attr, fp);
1265 printed += print_srccode(thread, x.cpumode, entries[nr - 1].from);
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);
1291 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
1296 printed += print_srccode(thread, x.cpumode, ip);
1308 print_srccode(thread, x.cpumode, ip);
1339 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1340 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
1344 machine, thread, &x.is64bit, &x.cpumode, false);
1354 print_srccode(thread, x.cpumode, sample->ip);
1374 print_srccode(thread, x.cpumode, start + off);