Lines Matching refs:cpumode
730 thread__find_map(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
731 thread__find_map(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
777 thread__find_symbol(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
778 thread__find_symbol(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym()
822 if (thread__find_map(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
826 if (thread__find_map(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
855 bool *is64bit, u8 *cpumode, bool last) in grab_bb() argument
866 *cpumode = PERF_RECORD_MISC_KERNEL; in grab_bb()
868 *cpumode = PERF_RECORD_MISC_USER; in grab_bb()
890 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) { in grab_bb()
932 u8 cpumode, int cpu, struct symbol **lastsym, in ip__fprintf_sym() argument
940 thread__find_map(thread, cpumode, addr, &al); in ip__fprintf_sym()
996 machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
999 x.cpumode, x.cpu, &lastsym, attr, fp); in perf_sample__fprintf_brstackinsn()
1013 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
1018 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
1027 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, attr, fp); in perf_sample__fprintf_brstackinsn()
1055 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true); in perf_sample__fprintf_brstackinsn()
1056 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, attr, fp); in perf_sample__fprintf_brstackinsn()
1060 machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()