thread__find_map
if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) {
if (!thread__find_map(thread, *cpumode, start, &al) || (dso = map__dso(al.map)) == NULL) {
thread__find_map(thread, cpumode, addr, &al);
thread__find_map(thread, x->cpumode, ip, &al);
thread__find_map(thread, cpumode, addr, &al);
if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) {
thread__find_map(thread, PERF_RECORD_MISC_USER,
if (thread__find_map(thread, sample->cpumode, sample->ip, &al))
if (!thread__find_map(tidq->thread, cpumode, address, &al))
if (thread && thread__find_map(thread, PERF_RECORD_MISC_USER, addr, &al)) {
struct map *map = thread__find_map(thread, cpumode, addr, al);
return thread__find_map(thread, addr_cpumode, addr, al);
if (thread__find_map(thread, cpumode, addr, al))
thread__find_map(thread, sample->cpumode, sample->ip, al);
if (!thread__find_map(thread, cpumode, ip, &al) || !map__dso(al.map))
if (!thread__find_map(thread, cpumode, addr, al))
if (!thread__find_map(thread, cpumode, *ip, &al) || !map__dso(al.map)) {
thread__find_map(thread, *cpumode, ip, &al);
thread__find_map(thread, cpumodes[i], addr, al);
if (!thread__find_map(thread, cpumode, ip, &al)) {
struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) {
thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al);