Lines Matching refs:cpumode
836 thread__find_map_fb(thread, sample->cpumode, from, &alf);
837 thread__find_map_fb(thread, sample->cpumode, to, &alt);
884 thread__find_symbol_fb(thread, sample->cpumode, from, &alf);
885 thread__find_symbol_fb(thread, sample->cpumode, to, &alt);
930 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) &&
934 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) &&
963 bool *is64bit, u8 *cpumode, bool last)
974 *cpumode = PERF_RECORD_MISC_KERNEL;
976 *cpumode = PERF_RECORD_MISC_USER;
998 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) {
1063 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr)
1069 thread__find_map(thread, cpumode, addr, &al);
1099 u8 cpumode, int cpu, struct symbol **lastsym,
1107 thread__find_map(thread, cpumode, addr, &al);
1165 machine, thread, &x.is64bit, &x.cpumode, false);
1168 x.cpumode, x.cpu, &lastsym, attr, fp);
1172 printed += print_srccode(thread, x.cpumode, entries[nr - 1].from);
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);
1198 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
1203 printed += print_srccode(thread, x.cpumode, ip);
1212 print_srccode(thread, x.cpumode, ip);
1243 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1244 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
1248 machine, thread, &x.is64bit, &x.cpumode, false);
1254 print_srccode(thread, x.cpumode, sample->ip);
1271 print_srccode(thread, x.cpumode, start + off);